encore des petites modifs de css
This commit is contained in:
parent
3b1627508e
commit
dc87f13fb2
|
@ -1510,6 +1510,7 @@ body.toolbar-fixed header {
|
|||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 1rem;
|
||||
background-color: #fcf9ee;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
|
@ -1590,6 +1591,7 @@ body.toolbar-fixed header {
|
|||
color: #038788;
|
||||
font-weight: 800;
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 3vw;
|
||||
}
|
||||
.fullpage .views-row {
|
||||
margin-bottom: 8vh;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -22,6 +22,7 @@
|
|||
> h2 {
|
||||
@include main_title();
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $beige;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
|
@ -79,6 +80,7 @@
|
|||
h3, h4, h5, h6 {
|
||||
@include sous_titre();
|
||||
margin-bottom: 1rem;
|
||||
padding-left: $x_margin;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue