Skip to content

Commit

Permalink
Add bottom border on FAQ page
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklisin committed Nov 19, 2023
1 parent 3caaaa8 commit af351c3
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 af351c3

Please sign in to comment.