Skip to content

Commit 3175caa

Browse files
authored
improved spacing and question readability
1 parent 2148073 commit 3175caa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/css/style.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ section {
1616
float: unset;
1717
}
1818

19-
.faq .summary {
19+
.faq summary {
2020
font-weight: bold;
21+
font-size: 1.1em;
22+
}
23+
24+
.faq details {
25+
margin-bottom: 20px;
2126
}

0 commit comments

Comments
 (0)