Skip to content

Commit

Permalink
Merge pull request #38 from nicklisin/faq-footer-border
Browse files Browse the repository at this point in the history
Add bottom border on FAQ page
  • Loading branch information
natebass authored Nov 22, 2023
2 parents aeb7895 + af351c3 commit 425da8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/pages/faq.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ FAQ page layout

.faq-main {
background-color: $secondary-50;
padding-bottom: 50px;
border-bottom: 1px solid $neutral-900;
}

.faq-container-margins {
Expand Down

0 comments on commit 425da8c

Please sign in to comment.