From d088bd012c9a944ed061cbe161c8f9d472f2eb60 Mon Sep 17 00:00:00 2001 From: Cyper Date: Sun, 27 Jul 2025 16:16:52 -0400 Subject: [PATCH] fix: Made sidenav larger on mobile --- public/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 9d2c3d9..592ebf5 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -189,7 +189,7 @@ footer { } .mobile-nav-header h1 { font-size: 1.5rem; - font-weight: 600; + font-weight: 800; } .mobile-nav ul { list-style: none; @@ -198,6 +198,7 @@ footer { } .mobile-nav ul li { border-bottom: var(--borders); + font-size: 1.25rem; } .mobile-nav ul li:first-child { border-top: var(--borders); @@ -210,7 +211,7 @@ footer { color: rgba(var(--black), .52); display: flex; align-items: center; - padding: 0.5rem; + padding: 1rem; } .mobile-nav ul li span { margin-left: 0.5rem;