largeur page actus
This commit is contained in:
parent
633e0efba4
commit
6b62cd7b5d
|
@ -2683,6 +2683,12 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
margin: auto;
|
||||
align-items: center;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#page-node .content_container {
|
||||
margin-top: 10rem;
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
#page-node .content_container #block-quartiers-de-demain-prevnextblock {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
flex-direction: column;
|
||||
margin: auto;
|
||||
align-items: center;
|
||||
@media(max-width: 810px){
|
||||
margin-top: 10rem;
|
||||
width: 80%;
|
||||
}
|
||||
#block-quartiers-de-demain-prevnextblock{
|
||||
padding-top: 1rem;
|
||||
.prev-actu{
|
||||
|
|
Loading…
Reference in New Issue