Files
nairobi/app/assets/stylesheets/budgets/index.scss
Javi Martín 3cd2529791 Fix huge header in participatory budgets
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.
2021-08-09 20:07:51 +02:00

9 lines
131 B
SCSS

.budgets-index {
> header {
@extend %budget-header;
@include grid-column-gutter;
margin-bottom: $line-height;
}
}