fix design maud

This commit is contained in:
ouidade 2024-10-29 16:09:14 +01:00
parent 1b7a447d9c
commit f1eecda1a4
3 changed files with 9 additions and 4 deletions

View File

@ -409,6 +409,10 @@ header .header_nav_container #block-quartiers-de-demain-entete ul {
align-items: center;
}
}
header .header_nav_container #block-quartiers-de-demain-entete ul li {
width: 100%;
text-align: left;
}
@media (max-width: 1090px) {
header .header_nav_container #block-quartiers-de-demain-entete ul li {
padding-top: 0.3rem;
@ -2297,7 +2301,7 @@ body {
padding: 1rem;
padding-left: 0;
position: relative;
top: -70px;
top: -100px;
}
@media (max-width: 820px) {
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto svg:nth-of-type(2) {
@ -2324,7 +2328,6 @@ body {
padding: 1rem;
padding-left: 0;
position: relative;
left: -0.5rem;
}
@media (max-width: 820px) {
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto svg:nth-of-type(3) {

View File

@ -597,7 +597,7 @@
padding: 1rem;
padding-left: 0;
position: relative;
top: -70px;
top: -100px;
@media(max-width: 820px){
grid-row: 4;
grid-column: 1 /span 2 ;
@ -619,7 +619,7 @@
padding: 1rem;
padding-left: 0;
position: relative;
left: -0.5rem;
// left: -0.5rem;
@media(max-width: 820px){
grid-row: 8 ;
grid-column: 1 /span 2;

View File

@ -153,6 +153,8 @@ header{
// top: calc($header-height-pad / 10);
}
li{
width: 100%;
text-align: left;
@media(max-width: 1090px){
padding-top: 0.3rem;
}