lien plaquette home
This commit is contained in:
parent
96bbd681c7
commit
17a1a28898
|
@ -1741,6 +1741,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;
|
||||
|
|
Loading…
Reference in New Issue