#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

@@ -579,7 +579,7 @@ header[role=banner].header--collapsed .qdd-header {
}
}
header[role=banner].header--collapsed .header_left_container {
flex: 0 0 65%;
flex: 1 0 65%;
transform-origin: bottom right;
}
@media (max-width: 810px) {
@@ -620,7 +620,7 @@ header[role=banner].header--collapsed-already .qdd-header {
}
}
header[role=banner].header--collapsed-already .header_left_container {
flex: 0 0 65%;
flex: 1 0 65%;
transform-origin: bottom right;
}
@media (max-width: 810px) {
@@ -867,7 +867,7 @@ footer {
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 {
background-color: white;
padding: 0.3rem 0.5rem 1rem 1rem;
width: 100%;
width: 111%;
}
@media (max-width: 810px) {
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1,
@@ -3100,6 +3100,7 @@ body {
align-items: center;
padding: 1rem;
margin-bottom: 1rem;
margin-left: 8rem;
}
@media (max-width: 500px) {
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 {
@@ -5362,7 +5363,7 @@ main {
margin-top: 3rem;
margin-left: 15%;
margin-bottom: 1rem;
width: 70%;
width: 65%;
}
@media (max-width: 810px) {
#ressources .layout-content .content_container #block-quartiers-de-demain-titredepage {

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%;