More compact mobile site FAQs

This commit is contained in:
hensm
2020-02-21 10:53:22 +00:00
parent b9c85932dd
commit 374f2cab77

View File

@@ -395,9 +395,29 @@ body {
margin: initial; 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 { .faq__content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: .5rem;
} }
.faq__content p { .faq__content p {
@@ -412,6 +432,10 @@ body {
order: 1; order: 1;
} }
hr {
width: 100%;
}
.footer { .footer {
margin-bottom: 5rem; margin-bottom: 5rem;
} }