Skip to content

Commit

Permalink
added style to override margin bottom (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Stopp <[email protected]>
  • Loading branch information
2 people authored and Brendan Robert committed Jan 10, 2024
1 parent 79c18a8 commit 599c9db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ footer {
padding-top: 40px;
}

.footer-container-flex p {
margin-bottom: unset;
}

.footer-container-flex p:nth-of-type(3) {
padding-top: 15px;
}
Expand Down

0 comments on commit 599c9db

Please sign in to comment.