#3506 ajustement width logo QDD / aisde left
This commit is contained in:
@@ -579,7 +579,7 @@ header[role=banner].header--collapsed .qdd-header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
header[role=banner].header--collapsed .header_left_container {
|
header[role=banner].header--collapsed .header_left_container {
|
||||||
flex: 0 0 65%;
|
flex: 1 0 65%;
|
||||||
transform-origin: bottom right;
|
transform-origin: bottom right;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@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 {
|
header[role=banner].header--collapsed-already .header_left_container {
|
||||||
flex: 0 0 65%;
|
flex: 1 0 65%;
|
||||||
transform-origin: bottom right;
|
transform-origin: bottom right;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
@@ -867,7 +867,7 @@ footer {
|
|||||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 {
|
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 0.3rem 0.5rem 1rem 1rem;
|
padding: 0.3rem 0.5rem 1rem 1rem;
|
||||||
width: 100%;
|
width: 111%;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1,
|
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1,
|
||||||
@@ -3100,6 +3100,7 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
margin-left: 8rem;
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 {
|
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 {
|
||||||
@@ -5362,7 +5363,7 @@ main {
|
|||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
margin-left: 15%;
|
margin-left: 15%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
width: 70%;
|
width: 65%;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
#ressources .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
#ressources .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
||||||
|
|||||||
@@ -106,6 +106,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
margin-left: 8rem;
|
||||||
@media(max-width: 500px){
|
@media(max-width: 500px){
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
margin-left: 15%;
|
margin-left: 15%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
width: 70%;
|
width: 65%;
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
display: flex;
|
display: flex;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
#block-quartiers-de-demain-formulaireexposeactuspage-1{
|
#block-quartiers-de-demain-formulaireexposeactuspage-1{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 0.3rem 0.5rem 1rem 1rem;
|
padding: 0.3rem 0.5rem 1rem 1rem;
|
||||||
width: 100%;
|
width: 111%;
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -327,7 +327,7 @@ header[role="banner"].header--collapsed {
|
|||||||
height: 170px;
|
height: 170px;
|
||||||
}
|
}
|
||||||
.header_left_container{
|
.header_left_container{
|
||||||
flex: 0 0 65%;
|
flex: 1 0 65%;
|
||||||
transform-origin: bottom right;
|
transform-origin: bottom right;
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
flex: 1 0 100%;
|
flex: 1 0 100%;
|
||||||
@@ -363,7 +363,7 @@ header[role="banner"].header--collapsed-already{
|
|||||||
height: $header-height-big;
|
height: $header-height-big;
|
||||||
}
|
}
|
||||||
.header_left_container{
|
.header_left_container{
|
||||||
flex: 0 0 65%;
|
flex: 1 0 65%;
|
||||||
transform-origin: bottom right;
|
transform-origin: bottom right;
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
flex: 1 0 100%;
|
flex: 1 0 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user