Fix site FAQ item overflow

This commit is contained in:
hensm
2019-05-21 19:40:31 +01:00
parent a66fad133f
commit 0bee1d1f1b

View File

@@ -264,6 +264,7 @@ body {
.faq {
box-sizing: content-box;
overflow-x: auto;
}
.faq__summary {
@@ -276,7 +277,6 @@ body {
}
.faq__content {
max-width: 70rem;
overflow-x: auto;
padding: 2rem;
padding-top: 1rem;
}