diff options
author | 2021-08-16 08:54:41 -0700 | |
---|---|---|
committer | 2021-08-16 08:54:47 -0700 | |
commit | 22da20d996df4a2953b8d592dcd0ebe2e353deec (patch) | |
tree | 83850c50d21638aac1e7bd2e17aa9ef57610b04c | |
parent | 36b7a2724bf4eeb650358befef77cbe978a21b51 (diff) | |
download | astro-22da20d996df4a2953b8d592dcd0ebe2e353deec.tar.gz astro-22da20d996df4a2953b8d592dcd0ebe2e353deec.tar.zst astro-22da20d996df4a2953b8d592dcd0ebe2e353deec.zip |
docs: small ul,ol margin change
-rw-r--r-- | docs/public/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/public/index.css b/docs/public/index.css index c791028cf..17ab4378f 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -113,7 +113,7 @@ a { } article > section :is(ul, ol) > * + * { - margin-top: 0.75rem; + margin-top: 0.25rem; } article > section nav :is(ul, ol) > * + * { |