From a7c21128a440eebad4337e90baa95a16afb41a70 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 3 Jan 2024 01:59:18 -0500 Subject: More padding; Moved styles to their own folder --- src/components/Navbar.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/components/Navbar.css (limited to 'src/components/Navbar.css') diff --git a/src/components/Navbar.css b/src/components/Navbar.css deleted file mode 100644 index 7b1a334..0000000 --- a/src/components/Navbar.css +++ /dev/null @@ -1,34 +0,0 @@ -nav { - font-weight: 300; - padding-top: 20px; - padding-bottom: 30px; -} -ul.nav-list { - list-style-type: none; - margin: 0; - padding: 0; - display: flex; - flex-direction: row; - justify-content: center; -} - -li.nav-links { - margin: 0 1rem; -} - - -a.nav-link { - font-size: 1.2rem; - text-decoration: none; - color: #FFFFFF; -} - -a.nav-link:hover { - font-weight: 500; - color: #9ECD9D; - transition: ease-in-out 0.1s; -} - -a.nav-link:active { - color: #609460; -} -- cgit v1.2.3