diff options
Diffstat (limited to 'docs/public/index.css')
-rw-r--r-- | docs/public/index.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/public/index.css b/docs/public/index.css index 2b41accad..7fd76509c 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -23,7 +23,7 @@ body { font-size: clamp( 0.875rem, 0.4626rem + 1.0309vw + var(--user-font-scale), - 1.125rem + 1.0rem ); line-height: 1.625; } @@ -58,12 +58,12 @@ h1 { } h2 { - font-size: 32px; + font-size: 34px; font-weight: bold; } h3 { - font-size: 24px; + font-size: 22px; font-weight: bold; } |