Style FAQ headers and indent h4 content

This commit is contained in:
2026-02-06 20:48:08 +01:00
parent 227ca070f6
commit db70c94162

View File

@@ -93,12 +93,17 @@
margin: 8px 0 4px; margin: 8px 0 4px;
} }
.faq-content h3 { .faq-content h3 {
font-size: 17px; font-size: 18px;
margin: 6px 0 2px; margin: 10px 0 6px;
color: #0f6d6d;
border-bottom: 2px solid #c7e4df;
padding-bottom: 4px;
} }
.faq-content h4 { .faq-content h4 {
font-size: 15px; font-size: 15px;
margin: 4px 0 2px; margin: 6px 0 2px;
color: #184c4a;
font-weight: 700;
} }
.faq-content p { .faq-content p {
margin: 0 0 8px; margin: 0 0 8px;
@@ -114,6 +119,17 @@
padding: 1px 4px; padding: 1px 4px;
font-size: 0.95em; font-size: 0.95em;
} }
.faq-content h4 + p,
.faq-content h4 + ul {
margin-left: 18px;
}
.faq-content h4 + p + ul,
.faq-content h4 + ul + p {
margin-left: 18px;
}
.faq-content ul li {
padding-left: 4px;
}
.faq-divider { .faq-divider {
border: 0; border: 0;
border-top: 1px solid #e3d4bd; border-top: 1px solid #e3d4bd;