Skip to content

Commit

Permalink
Fix FAQS
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Nov 21, 2023
1 parent 715ecfe commit b20ffda
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions wp-content/themes/academyAfrica/assets/css/src/widgets/faq.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
}
}

.accordion-parent {
.panel {
background: $color-neutral-50;
font-size: 18px;
font-weight: 400;
line-height: 28px;
font-family: Open Sans;
color: $color-shades-black;
}
}

@include media-breakpoint-up(tablet) {
padding: 80px 24px;
}
Expand Down

0 comments on commit b20ffda

Please sign in to comment.