The budget header was supposed to be huge, but only in the participatory budgets index or show actions. It was still huge, with plenty of empty space, when there was no budget, or in the "submit my ballot" and "select a heading" pages.
9 lines
131 B
SCSS
9 lines
131 B
SCSS
.budgets-index {
|
|
|
|
> header {
|
|
@extend %budget-header;
|
|
@include grid-column-gutter;
|
|
margin-bottom: $line-height;
|
|
}
|
|
}
|