summaryrefslogtreecommitdiff
path: root/docs/public/index.css
diff options
context:
space:
mode:
authorGravatar Caleb Jasik <calebjasik@jasik.xyz> 2021-08-16 10:45:22 -0500
committerGravatar GitHub <noreply@github.com> 2021-08-16 08:45:22 -0700
commit36b7a2724bf4eeb650358befef77cbe978a21b51 (patch)
tree204dfe86b5a3c6459dd89c0d5aac027b987da1f7 /docs/public/index.css
parentbbb6867481e03c48c3bce8fb2f369aa5ca8561d7 (diff)
downloadastro-36b7a2724bf4eeb650358befef77cbe978a21b51.tar.gz
astro-36b7a2724bf4eeb650358befef77cbe978a21b51.tar.zst
astro-36b7a2724bf4eeb650358befef77cbe978a21b51.zip
Revert short line-height for `<ul>`'s (#1121)
Diffstat (limited to '')
-rw-r--r--docs/public/index.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/public/index.css b/docs/public/index.css
index aadc5c2f5..c791028cf 100644
--- a/docs/public/index.css
+++ b/docs/public/index.css
@@ -89,12 +89,9 @@ h5 {
font-size: 1rem;
}
-p {
- line-height: 1.65em;
-}
-
+p,
.content ul {
- line-height: 1.1em;
+ line-height: 1.65em;
}
p,