Add fragment IDs to site FAQs

This commit is contained in:
hensm
2019-09-25 16:16:29 +01:00
parent 33f58e5a95
commit 1917c273be
2 changed files with 20 additions and 0 deletions

View File

@@ -265,6 +265,11 @@ body {
.faq {
box-sizing: content-box;
overflow-x: auto;
}
.faq:target {
border-color: var(--blue-50) !important;
}
.faq__summary {
@@ -275,6 +280,7 @@ body {
-webkit-user-select: none;
user-select: none;
}
.faq__content {
max-width: 70rem;
padding: 2rem;