From 84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 20 Jan 2024 00:31:03 -0500 Subject: Navbar responsive design; Now using grid instead of flexbox --- src/layouts/Default.astro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/layouts/Default.astro') diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 7b56234..e28d85c 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -42,7 +42,14 @@ import Navbar from '../components/Navbar.astro'; footer { text-align: center; font-size: 2.4vh; - padding: 1.3vh; + } + + h1, h2, h3, h4, h5, h6 { + font-weight: 500; + } + + h2 { + font-size: 2.5vh; } a { -- cgit v1.2.3