diff options
author | 2021-08-12 21:52:05 +0000 | |
---|---|---|
committer | 2021-08-12 21:52:05 +0000 | |
commit | aa20be9138f19fc90977fd403c80989b138544d1 (patch) | |
tree | aaba7d6c511aadd065472e12b833d2e5f5ff5bb0 | |
parent | cfc72ae17db9ed6b4f52fd8321c3e50a671ebe30 (diff) | |
download | astro-aa20be9138f19fc90977fd403c80989b138544d1.tar.gz astro-aa20be9138f19fc90977fd403c80989b138544d1.tar.zst astro-aa20be9138f19fc90977fd403c80989b138544d1.zip |
[ci] yarn format
-rw-r--r-- | docs/public/index.css | 10 |
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; } |