Compare commits

..

No commits in common. "9185866851b68797dccb721bdae0c122025da408" and "96bbd681c75a439747a8d2f0c4ea4c977e16283f" have entirely different histories.

4 changed files with 3 additions and 33 deletions

View File

@ -171,7 +171,7 @@ variant_settings:
6e59adf8-c9fe-438c-9518-413fa8f77ffb: 6e59adf8-c9fe-438c-9518-413fa8f77ffb:
id: 'entity_field:node:field_mots_clefs' id: 'entity_field:node:field_mots_clefs'
label: 'Mots Clefs' label: 'Mots Clefs'
label_display: visible label_display: '0'
provider: ctools_block provider: ctools_block
context_mapping: context_mapping:
entity: node entity: node

View File

@ -624,12 +624,6 @@ footer {
padding-left: 0rem; padding-left: 0rem;
} }
} }
.footer #footer-middle #block-quartiers-de-demain-views-block-statics-fields-block-1-2 {
padding-left: 40px;
}
.footer #footer-middle #block-quartiers-de-demain-views-block-statics-fields-block-1-2 span:nth-child(2) {
display: none;
}
@media (max-width: 700px) { @media (max-width: 700px) {
.footer #footer-right { .footer #footer-right {
display: flex; display: flex;
@ -638,6 +632,7 @@ footer {
} }
} }
.footer #footer-right #block-quartiers-de-demain-socialmedialinks { .footer #footer-right #block-quartiers-de-demain-socialmedialinks {
display: none;
flex-direction: column; flex-direction: column;
} }
.footer #footer-right #block-quartiers-de-demain-socialmedialinks h2 { .footer #footer-right #block-quartiers-de-demain-socialmedialinks h2 {
@ -1746,12 +1741,6 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
margin-top: 0; margin-top: 0;
} }
} }
#home article.node-type-static .field_body > p:nth-child(4) {
flex: 1 100%;
display: flex;
justify-content: flex-end;
padding-right: 2rem;
}
#home article.node-type-static .field_field_title { #home article.node-type-static .field_field_title {
width: fit-content; width: fit-content;
margin: auto; margin: auto;

View File

@ -124,18 +124,6 @@
margin-top: 0; margin-top: 0;
} }
} }
> p:nth-child(4){
flex: 1 100%;
display: flex;
justify-content: flex-end;
padding-right: 2rem;
// margin: auto;
// padding-bottom: 2rem;
// @media(max-width: 1090px){
// padding-top: 0 ;
// margin-top: 0;
// }
}
} }
.field_field_title{ .field_field_title{
width: fit-content; width: fit-content;

View File

@ -100,13 +100,6 @@ footer{
} }
} }
font-size: 0.6rem; font-size: 0.6rem;
#block-quartiers-de-demain-views-block-statics-fields-block-1-2{
padding-left: 40px;
span:nth-child(2){
display: none;
}
}
} }
#footer-right{ #footer-right{
// grid-column: 10 / 12; // grid-column: 10 / 12;
@ -117,7 +110,7 @@ footer{
max-width: 50%; max-width: 50%;
} }
#block-quartiers-de-demain-socialmedialinks{ #block-quartiers-de-demain-socialmedialinks{
// display: none; display: none;
flex-direction: column; flex-direction: column;
h2{ h2{
display: flex; display: flex;