#3506 ajustement width logo QDD / aisde left

This commit is contained in:
2025-11-24 12:30:39 +01:00
parent 61cdbe6114
commit 9a57827acd
5 changed files with 10 additions and 8 deletions

View File

@@ -106,6 +106,7 @@
align-items: center;
padding: 1rem;
margin-bottom: 1rem;
margin-left: 8rem;
@media(max-width: 500px){
width: 90%;
}

View File

@@ -21,7 +21,7 @@
margin-top: 3rem;
margin-left: 15%;
margin-bottom: 1rem;
width: 70%;
width: 65%;
@media(max-width: 810px){
display: flex;
margin:auto;

View File

@@ -32,7 +32,7 @@
#block-quartiers-de-demain-formulaireexposeactuspage-1{
background-color: white;
padding: 0.3rem 0.5rem 1rem 1rem;
width: 100%;
width: 111%;
@media(max-width: 810px){
display: flex;
flex-direction: column;

View File

@@ -327,7 +327,7 @@ header[role="banner"].header--collapsed {
height: 170px;
}
.header_left_container{
flex: 0 0 65%;
flex: 1 0 65%;
transform-origin: bottom right;
@media(max-width: 810px){
flex: 1 0 100%;
@@ -363,7 +363,7 @@ header[role="banner"].header--collapsed-already{
height: $header-height-big;
}
.header_left_container{
flex: 0 0 65%;
flex: 1 0 65%;
transform-origin: bottom right;
@media(max-width: 810px){
flex: 1 0 100%;