Skip to content

Commit

Permalink
MWPW-141918 fix faq
Browse files Browse the repository at this point in the history
  • Loading branch information
vhargrave committed Aug 5, 2024
1 parent 11e0cb6 commit 640b2cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion express/blocks/faq/faq.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.section:has(.faq) {
background-color: var(--color-gray-200);
padding: 80px 0;
}

.section:has(.faq) > div:first-child {
padding-top: 80px;
}

.section:has(.faq) > div {
Expand Down
6 changes: 5 additions & 1 deletion express/templates/blog/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@
margin-top: 0px;
}

.blog .section:not(:has(.blog-posts)) > div:first-child:not(.banner) {
.blog .section:not(:has(.faq), :has(.blog-posts)) > div:first-child:not(.banner) {
padding-top: 60px;
}

.blog .section > .content p:has(.con-button) {
margin-bottom: 0;
}

.blog .section h1, .blog .section h2, .blog .section h3, .blog .section h4, .blog .section h5 {
margin: 0;
}
Expand Down

0 comments on commit 640b2cd

Please sign in to comment.