From 5b69ffef23b4d4c3cf32c9918559ef1127a873d4 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 6 Jan 2024 00:59:12 -0500 Subject: Refactor Navbar and index styles, and update content --- src/styles/Navbar.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/styles/Navbar.css') diff --git a/src/styles/Navbar.css b/src/styles/Navbar.css index 8c239e0..e17decd 100644 --- a/src/styles/Navbar.css +++ b/src/styles/Navbar.css @@ -10,21 +10,14 @@ ul.nav-list { display: flex; flex-direction: row; justify-content: center; + gap: 4vh; } -li.nav-links { - margin: 0 1rem; -} - - a.nav-link { - font-size: 1.2rem; - text-decoration: none; - color: #FFFFFF; + font-size: 2vh; } a.nav-link:hover { - font-weight: 500; color: #9ECD9D; transition: ease-in-out 0.1s; } -- cgit v1.2.3