Compare commits
3 Commits
fe31c51f84
...
9185866851
Author | SHA1 | Date |
---|---|---|
ouidade | 9185866851 | |
ouidade | 89fac08fc5 | |
ouidade | 17a1a28898 |
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue