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
rrusher and bstopp authored Dec 6, 2023
1 parent 01950ba commit d0f3852
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 d0f3852

Please sign in to comment.