mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
More compact mobile site FAQs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user