Fix banner text alignment

Unlike the rest of the page, it had no left margin nor padding
whatsoever.
This commit is contained in:
Javi Martín
2020-08-10 16:31:52 +02:00
parent 14a5d82377
commit 361b7ee09d

View File

@@ -2289,6 +2289,11 @@ table {
.banner { .banner {
a > * {
@include grid-row;
padding: 0 rem-calc(16);
}
+ .budget.expanded, + .budget.expanded,
+ .jumbo { + .jumbo {
margin-top: 0; margin-top: 0;