Skip to content

Commit

Permalink
fix: change where margin is added in footer to stop the brand marque …
Browse files Browse the repository at this point in the history
…being cut off
  • Loading branch information
tillywoodfield committed Nov 5, 2024
1 parent 9c7450d commit c4c61d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/layout/footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

.iati-footer {
color: #fff;
padding-block: 2rem;
}

.iati-footer__section {
margin-block: 2rem;

&:not(:first-of-type) {
margin-block-start: 2rem;
padding-block-start: 2rem;
border-block-start: 1px solid $color-blue-30;
}
Expand Down

0 comments on commit c4c61d8

Please sign in to comment.