diff --git a/src/components/navbar.astro b/src/components/navbar.astro index eeb19d0..bed56e2 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -80,12 +80,13 @@ } .mobile > i { + position: static; color: white; font-weight: bold; font-size: 2em; align-self: flex-start; padding-right: 1em; - padding-top: 16px; + padding-top: 1.15rem; } .mobile > ul {