correction meetup links 3
This commit is contained in:
@@ -351,7 +351,7 @@
|
||||
padding-top: 6vh;
|
||||
margin-bottom: 4vh;
|
||||
}
|
||||
> .file_fixed, > .liens_fixed {
|
||||
> .liens_fixed {
|
||||
> h2 {
|
||||
display: none;
|
||||
}
|
||||
@@ -378,6 +378,33 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
> .file_fixed {
|
||||
> h2 {
|
||||
display: none;
|
||||
}
|
||||
> div > div {
|
||||
padding: 0 calc($x_margin / 2);
|
||||
margin: 2rem 0;
|
||||
@include fluo_button();
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
text-align: right;
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
left: 75vw;
|
||||
bottom: 10vh;
|
||||
> div {
|
||||
height: 3vh;
|
||||
}
|
||||
a {
|
||||
max-width: calc(25vw - $x_margin * 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
> .file_fixed {
|
||||
grid-row: 9/10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user