diff options
author | 2021-07-29 16:45:48 -0700 | |
---|---|---|
committer | 2021-07-29 16:45:48 -0700 | |
commit | 8fa228630b8772131fdf050eb9998932867e614f (patch) | |
tree | e8583cc997e9728a7042c3899136b12a6917290e /docs/src | |
parent | 59cf6dcca8d239eaceb4511c7f14ec5151e6cc8d (diff) | |
download | astro-8fa228630b8772131fdf050eb9998932867e614f.tar.gz astro-8fa228630b8772131fdf050eb9998932867e614f.tar.zst astro-8fa228630b8772131fdf050eb9998932867e614f.zip |
small docs font fix
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/components/Search.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/Search.css b/docs/src/components/Search.css index 0b85299e9..330a02d1d 100644 --- a/docs/src/components/Search.css +++ b/docs/src/components/Search.css @@ -35,7 +35,7 @@ padding: 0.33em 0.5em; overflow: visible; font-weight: 500; - font-size: 100%; + font-size: 1rem; font-family: inherit; line-height: inherit; background-color: var(--theme-divider); |