diff --git a/express/blocks/faq/faq.css b/express/blocks/faq/faq.css index f34f9163..7edc4de1 100644 --- a/express/blocks/faq/faq.css +++ b/express/blocks/faq/faq.css @@ -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 { diff --git a/express/templates/blog/blog.css b/express/templates/blog/blog.css index a8aa4b9c..6686ed45 100644 --- a/express/templates/blog/blog.css +++ b/express/templates/blog/blog.css @@ -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; }