Compare commits

..

3 Commits

Author SHA1 Message Date
ouidade 9185866851 erge branch 'master' of gitea-figureslibres.io:bachir/drupal-quartiersdedemain
Veuillez entrer un message de validation pour expliquer en quoi cette fusion est
i# abandonne la validation.
2024-09-20 13:57:31 +02:00
ouidade 89fac08fc5 lien plaquette footer 2024-09-20 13:57:10 +02:00
ouidade 17a1a28898 lien plaquette home 2024-09-20 13:51:59 +02:00
3 changed files with 32 additions and 2 deletions

View File

@ -624,6 +624,12 @@ 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;
@ -632,7 +638,6 @@ 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 {
@ -1741,6 +1746,12 @@ 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,6 +124,18 @@
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,6 +100,13 @@ 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;
@ -110,7 +117,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;