diff --git a/view/template/content/faq.php b/view/template/content/faq.php index 30bf8e93..d7f73f67 100644 --- a/view/template/content/faq.php +++ b/view/template/content/faq.php @@ -44,4 +44,10 @@ + +
+
+

Do you have further questions or want to submit a question to our FAQ? Send us an email!

+
+
diff --git a/web/components b/web/components index 3c5702e0..267c2636 160000 --- a/web/components +++ b/web/components @@ -1 +1 @@ -Subproject commit 3c5702e0a09968942412e5ceae85106ae85ac574 +Subproject commit 267c2636eb25038afef79a82f24810f4c5259f44 diff --git a/web/scss/_layout.scss b/web/scss/_layout.scss index 0f47586a..05432c01 100644 --- a/web/scss/_layout.scss +++ b/web/scss/_layout.scss @@ -80,8 +80,6 @@ h4 { @media (max-width: 950px) { font-size: 1rem; } - - // margin-bottom: 1rem; } hr { @@ -118,7 +116,6 @@ main { } &:not(.soon) { - // padding-top: 5rem; position: relative; z-index: 1; } diff --git a/web/scss/pages/_ancillary.scss b/web/scss/pages/_ancillary.scss index 2d2c50be..f9dbd3fb 100644 --- a/web/scss/pages/_ancillary.scss +++ b/web/scss/pages/_ancillary.scss @@ -8,17 +8,45 @@ h2, h3, h4, - h5, - ol, - p, - ul { + h5 { + blockquote, - + .button, + hr, + iframe, + img, + pre, - + video { + + video, + + .button { + margin-top: 0.25rem; + } + + + footer, + + form, + + h1, + + h2, + + h3, + + h4, + + h5, + + ol, + + p, + + ul { + padding-top: 0.25rem; + } + + + .button { + display: inline-block; + } + } + + ol, + p, + ul { + + blockquote, + + hr, + + iframe, + + img, + + pre, + + video, + + .button { margin-top: 1.25rem; } @@ -175,11 +203,6 @@ content: ""; position: absolute; } - - // TODO: Rewrite all blockquotes in the blog posts - // p { - // margin-bottom: 1.25rem; - // } } a {