summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/public/index.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/public/index.css b/docs/public/index.css
index 37355f297..aadc5c2f5 100644
--- a/docs/public/index.css
+++ b/docs/public/index.css
@@ -44,13 +44,19 @@ nav ul {
}
/* Typography */
-h1, h2, h3, h4, h5, h6 {
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
margin-bottom: 1rem;
font-weight: bold;
line-height: 1;
}
-h1, h2 {
+h1,
+h2 {
max-width: 40ch;
}