css statics

This commit is contained in:
2024-07-10 17:10:03 +02:00
parent 1c180411e0
commit c580ed67d6
4 changed files with 33 additions and 14 deletions

View File

@@ -12,6 +12,9 @@
#block-quartiers-de-demain-titredepage{
margin-top: 1rem;
width: fit-content;
@media(max-width: 810px){
margin-top: 10rem;
}
h1{
text-transform: none;
color: black;

View File

@@ -8,8 +8,8 @@
#block-quartiers-de-demain-titredepage{
margin-top: 1rem;
width: fit-content;
@media(max-width: 500px){
margin-top: 1rem;
@media(max-width: 810px){
margin-top: 10rem;
grid-column: 2 /span 9;
}

View File

@@ -11,8 +11,8 @@
#block-quartiers-de-demain-titredepage{
margin-top: 1rem;
width: fit-content;
@media(max-width: 500px){
margin-top: 1rem;
@media(max-width: 810px){
margin-top: 10rem;
grid-column: 2 /span 9;
}
@@ -32,7 +32,7 @@
width: 80% ;
margin: auto;
}
width: 80%;
width: 100%;
grid-column: 3 /span 9;
grid-row: 2;
@media(max-width: 500px){
@@ -46,16 +46,22 @@
margin: auto;
justify-content: center;
display: flex;
flex-direction: column;
text-align: center;
h2{
font-size: $font-medium;
font-weight: 600;
margin-bottom: 0;
}
p{
margin-top: 0;
}
h4{
font-size: 1rem;
}
h5{
font-size: 0.9rem;
}
}
}