actu mobile padding region top

This commit is contained in:
2024-10-04 09:40:26 +02:00
parent bea38e033b
commit a0ca21aa78
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -1121,6 +1121,12 @@ a {
background: linear-gradient(to bottom, rgba(0, 158, 227, 0.2) 60%, white 40%);
padding-bottom: 4rem;
}
@media (max-width: 568px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top {
padding-left: 2rem;
padding-right: 2rem;
}
}
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top {
display: grid;
grid-template-columns: 1fr repeat(8, 1fr) 1fr;
@@ -12,10 +12,15 @@
.layout__region--top{
background: linear-gradient(to bottom, $background-actus 60%, white 40%);
padding-bottom: 4rem;
@media (max-width: 568px){
padding-left: 2rem;
padding-right: 2rem;
}
.block-region-top{
display: grid;
grid-template-columns: 1fr repeat(8, 1fr) 1fr;
.block-entity-fieldnodefield-actu-type{
order: 5;
grid-column: 2;