summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-08-12 21:52:05 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-08-12 21:52:05 +0000
commitaa20be9138f19fc90977fd403c80989b138544d1 (patch)
treeaaba7d6c511aadd065472e12b833d2e5f5ff5bb0
parentcfc72ae17db9ed6b4f52fd8321c3e50a671ebe30 (diff)
downloadastro-aa20be9138f19fc90977fd403c80989b138544d1.tar.gz
astro-aa20be9138f19fc90977fd403c80989b138544d1.tar.zst
astro-aa20be9138f19fc90977fd403c80989b138544d1.zip
[ci] yarn format
-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;
}