Compare commits
4 Commits
96bbd681c7
...
9185866851
Author | SHA1 | Date |
---|---|---|
ouidade | 9185866851 | |
ouidade | 89fac08fc5 | |
ouidade | 17a1a28898 | |
Bachir Soussi Chiadmi | fe31c51f84 |
|
@ -171,7 +171,7 @@ variant_settings:
|
|||
6e59adf8-c9fe-438c-9518-413fa8f77ffb:
|
||||
id: 'entity_field:node:field_mots_clefs'
|
||||
label: 'Mots Clefs'
|
||||
label_display: '0'
|
||||
label_display: visible
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: node
|
||||
|
|
|
@ -624,6 +624,12 @@ footer {
|
|||
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) {
|
||||
.footer #footer-right {
|
||||
display: flex;
|
||||
|
@ -632,7 +638,6 @@ footer {
|
|||
}
|
||||
}
|
||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
#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 {
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
|
|
|
@ -124,6 +124,18 @@
|
|||
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{
|
||||
width: fit-content;
|
||||
|
|
|
@ -100,6 +100,13 @@ footer{
|
|||
}
|
||||
}
|
||||
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{
|
||||
// grid-column: 10 / 12;
|
||||
|
@ -110,7 +117,7 @@ footer{
|
|||
max-width: 50%;
|
||||
}
|
||||
#block-quartiers-de-demain-socialmedialinks{
|
||||
display: none;
|
||||
// display: none;
|
||||
flex-direction: column;
|
||||
h2{
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue