Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:CodeForAfrica/academyAfrica into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
koechkevin committed Nov 21, 2023
2 parents 6f54b21 + b20ffda commit 831e986
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 831e986

Please sign in to comment.