Skip to content

Commit

Permalink
Merge pull request #69 from essexcountycouncil/bugfix/FOS-79
Browse files Browse the repository at this point in the history
fix(FOS-79): Reduce spacing between quote and text paragraph.
  • Loading branch information
Polynya authored May 28, 2024
2 parents aa32d6e + 3abe121 commit 99efa4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecc_theme/css/ecc-shared/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
margin-top: var(--grid-gap);
}

.paragraph--type--localgov-quote + .paragraph--type--localgov-text {
margin-top: var(--spacing-gap-smaller)
}

.layout--onecol .layout__region {
padding: 0;
}
Expand Down

0 comments on commit 99efa4a

Please sign in to comment.