petites corrections css
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
|
||||
.liens_fixed > div > div, .file_fixed > div > div {
|
||||
padding: 0 $x_margin;
|
||||
padding: 0 calc($x_margin / 2);
|
||||
text-align: right;
|
||||
margin: 2rem 0;
|
||||
@include fluo_button();
|
||||
@@ -61,7 +61,7 @@
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 75vw;
|
||||
bottom: 10vh;
|
||||
> div {
|
||||
height: 3vh;
|
||||
@@ -74,6 +74,12 @@
|
||||
.file_fixed span:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
h3, h4, h5, h6 {
|
||||
@include sous_titre();
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.views-row {
|
||||
@@ -86,7 +92,7 @@
|
||||
margin-left: 12.5vw;
|
||||
}
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
width: 50vw;
|
||||
margin-left: 25vw;
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user