Skip to content

Commit

Permalink
Added border to FAQ header
Browse files Browse the repository at this point in the history
  • Loading branch information
Alizon121 committed Oct 13, 2024
1 parent 5c4236b commit 55923c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/javascript/stylesheets/faq.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ body[data-page-controller="faqs"] {
.faq-wrapper {
display: flex;
flex-direction: column;
min-height: 100%; // added min to height
flex: 1; // added flex:1
min-height: 100%;
flex: 1;
}

.faq-hero {
Expand All @@ -16,6 +16,7 @@ body[data-page-controller="faqs"] {
// background-position: bottom;
margin: 0 auto;
padding-left: 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);

.header-card{
padding: 25px 25px 25px 0;
Expand All @@ -40,7 +41,6 @@ body[data-page-controller="faqs"] {
padding-left: 10px;

@media (max-width: $mobileBreakpoint) {
// font-size: 18px;\
display: flex;
align-items: center; // For centering vertically on mobile
}
Expand Down

0 comments on commit 55923c0

Please sign in to comment.