Skip to content

Commit

Permalink
Fix banner text alignment
Browse files Browse the repository at this point in the history
Unlike the rest of the page, it had no left margin nor padding
whatsoever.
  • Loading branch information
javierm committed Aug 10, 2020
1 parent d097272 commit 9aa2e8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2288,6 +2288,12 @@ table {
// -----------

.banner {

a > * {
@include grid-row;
padding: 0 rem-calc(16);
}

+ .budget.expanded,
+ .jumbo {
margin-top: 0;
Expand Down

0 comments on commit 9aa2e8e

Please sign in to comment.