From 7604592b7a68fee231b63ff5123837e3eb1beaf8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 22 Jan 2024 18:21:16 +0000 Subject: Update font sizes and padding in Default layout and Navbar --- src/layouts/Default.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layouts') 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 { -- cgit v1.2.3