diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-06 00:59:12 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-06 00:59:12 -0500 |
| commit | 5b69ffef23b4d4c3cf32c9918559ef1127a873d4 (patch) | |
| tree | a8c0391622997b6fe2060a5eb265f4d32923e355 /src/styles/Navbar.css | |
| parent | a7c21128a440eebad4337e90baa95a16afb41a70 (diff) | |
| download | personal-website-5b69ffef23b4d4c3cf32c9918559ef1127a873d4.tar.gz personal-website-5b69ffef23b4d4c3cf32c9918559ef1127a873d4.tar.bz2 personal-website-5b69ffef23b4d4c3cf32c9918559ef1127a873d4.zip | |
Refactor Navbar and index styles, and update content
Diffstat (limited to 'src/styles/Navbar.css')
| -rw-r--r-- | src/styles/Navbar.css | 11 |
1 files changed, 2 insertions, 9 deletions
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; } |
