diff options
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/Default.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 08ed4fb..ecc4e2e 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -42,7 +42,7 @@ import Navbar from '../components/Navbar.astro'; footer { text-align: center; - font-size: 2.4vh; + font-size: 1.3em; } h1, h2, h3, h4, h5, h6 { @@ -50,7 +50,7 @@ import Navbar from '../components/Navbar.astro'; } h2 { - font-size: 2.5vh; + font-size: 1.5em; } a { |
