encore des petites modifs de css

This commit is contained in:
Valentin
2024-01-06 09:43:37 +01:00
parent 3b1627508e
commit dc87f13fb2
3 changed files with 5 additions and 1 deletions

View File

@@ -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;
}
}