From 374f2cab774bceea92e177fc34f0a51b44be0fb9 Mon Sep 17 00:00:00 2001 From: hensm Date: Fri, 21 Feb 2020 10:53:22 +0000 Subject: [PATCH] More compact mobile site FAQs --- docs/index.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/index.css b/docs/index.css index 24ae81d..3a8123b 100755 --- a/docs/index.css +++ b/docs/index.css @@ -395,9 +395,29 @@ body { margin: initial; } + .faqs { + align-self: stretch; + } + + .faqs__list-item:not(:first-child) { + border-top: 2px solid var(--grey-60); + padding-top: 1rem; + } + + .faq { + background: initial !important; + border: initial !important; + box-shadow: initial !important; + } + + .faq__summary { + padding: 0.5rem; + } + .faq__content { display: flex; flex-direction: column; + padding: .5rem; } .faq__content p { @@ -412,6 +432,10 @@ body { order: 1; } + hr { + width: 100%; + } + .footer { margin-bottom: 5rem; }