diff options
author | 2021-10-18 13:50:10 -0400 | |
---|---|---|
committer | 2021-10-18 19:50:10 +0200 | |
commit | 8c739f9ed1f736906f966ccd66802c0b7cf177c0 (patch) | |
tree | 574da226c6604fa15ba72828dcdf0292109ed1d1 /examples/docs | |
parent | d4397c4e67d1b23f9c78c3981a525bb21248b71d (diff) | |
download | astro-8c739f9ed1f736906f966ccd66802c0b7cf177c0.tar.gz astro-8c739f9ed1f736906f966ccd66802c0b7cf177c0.tar.zst astro-8c739f9ed1f736906f966ccd66802c0b7cf177c0.zip |
Changed docs TOC buttons to be better touch targets (#1570)
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/public/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/docs/public/index.css b/examples/docs/public/index.css index aadc5c2f5..7ddd90056 100644 --- a/examples/docs/public/index.css +++ b/examples/docs/public/index.css @@ -341,6 +341,7 @@ h2.heading { display: inline-flex; gap: 0.5em; width: 100%; + padding: 0.15em 0 0.15em 0; } .header-link.depth-3 { |