diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index bef589a8..8eb994a9 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -112,15 +112,11 @@ .burger { position: fixed; - margin: 0; - top: auto; - right: auto; + display: none; bottom: calc(32rem / 16); left: calc(16rem / 16); - display: none; width: calc(62rem / 16); height: calc(57rem / 16); - border: none; cursor: pointer; z-index: 10; background: var(--light-blue-2); @@ -165,19 +161,6 @@ transform: translateX(-100%); } - -.mobileNav > a { - font-size: calc(14rem / 16); - text-transform: uppercase; - padding: calc(32rem / 16) 0; - font-weight: bold; - letter-spacing: calc(7rem / 16); - color: var(--blue-2); - text-decoration: none; - transition: color 0.3s linear; - -} - .mobileNavTitle { font-size: calc(24rem / 16); font-weight: 700;