Skip to content

Commit

Permalink
Merge pull request #119 from localgovdrupal/fix/109/election-overview…
Browse files Browse the repository at this point in the history
…-spacing

adds better spacing for election overview
  • Loading branch information
chriswales95 authored Aug 8, 2024
2 parents c11b72d + 23bac78 commit fa8031e
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 fa8031e

Please sign in to comment.