This commit is contained in:
armansansd 2021-11-25 15:19:40 +01:00
parent 5a517fc228
commit 96fac0b9ee
3 changed files with 12 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -362,7 +362,17 @@
padding: 0.4rem; padding: 0.4rem;
} }
} }
} }
.block-region-content{
>div:last-of-type{
grid-column: 1 / span 3;
background: $trame;
text-align: center;
padding: 1rem;
}
}
} }

View File

@ -20,7 +20,7 @@
} }
>div:last-of-type{ >div:last-of-type{
grid-column: 1 / span 3; grid-column: 1 / span 3;
background-color: transparent; background: $trame;
text-align: center; text-align: center;
padding: 1rem; padding: 1rem;
} }