From 7d3ff4da629a74b62a94df4502b4ddf2737d7b03 Mon Sep 17 00:00:00 2001 From: Firq Date: Sat, 8 Jul 2023 21:34:29 +0200 Subject: [PATCH] fix 3? --- src/components/navbar.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {