langswitcher mobile

This commit is contained in:
2024-11-14 13:40:02 +01:00
parent fb294a22d6
commit f0d07f6de6
7 changed files with 25 additions and 10 deletions

View File

@@ -45,10 +45,15 @@ $width-menu-slidedown : 550px;
@media(max-width: 810px){
padding-top: 320px;
padding-top: 380px;
}
}
}
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage{
@media(max-width: 810px){
margin-top: 14rem;
}
}
}
.layout--threecol-25-50-25{

View File

@@ -7,7 +7,7 @@
margin: auto;
align-items: center;
@media(max-width: 810px){
margin-top: 10rem;
margin-top: 14rem;
width: 80%;
}
#block-quartiers-de-demain-prevnextblock{

View File

@@ -13,7 +13,7 @@
margin-top: 1rem;
width: fit-content;
@media(max-width: 810px){
margin-top: 10rem;
margin-top: 14rem;
}
h1{
text-transform: none;

View File

@@ -15,7 +15,7 @@ main{
padding-left: 20%;
@media(max-width: 810px){
margin-top: 10rem;
margin-top: 14rem;
grid-column: 2 /span 9;
margin-left: 0;
padding-left: 0%;

View File

@@ -9,7 +9,7 @@
margin-top: 1rem;
width: fit-content;
@media(max-width: 810px){
margin-top: 10rem;
margin-top: 14rem;
grid-column: 2 /span 9;
}

View File

@@ -342,6 +342,8 @@ header{
flex: 1 0 100%;
position: relative;
left: -100%;
top: -45px;
}
}
@@ -376,6 +378,7 @@ header{
flex: 1 0 100%;
position: relative;
left: -100%;
top: -45px;
}
}