Skip to content

Commit

Permalink
adds better spacing for election overview
Browse files Browse the repository at this point in the history
  • Loading branch information
markconroy committed Aug 5, 2024
1 parent c11b72d commit 23bac78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/election-results.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.localgov-election__content > * + * {
margin-top: 3rem;
padding-top: 3rem;
border-top: var(--table-border);
}


.county-summary__subheading {
padding: 1rem;
background-color: var(--color-grey);
Expand Down

0 comments on commit 23bac78

Please sign in to comment.