From 7dca486d5af24017124feb6c84072b709a60796c Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 25 Dec 2022 01:31:18 -0800 Subject: [PATCH] Fix menu spacing Still delicate but fine for now --- components/HeaderMenu/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/HeaderMenu/index.scss b/components/HeaderMenu/index.scss index 212fa3c2..0299d5c2 100644 --- a/components/HeaderMenu/index.scss +++ b/components/HeaderMenu/index.scss @@ -4,7 +4,7 @@ display: none; min-width: 220px; position: absolute; - top: $unit * 5; // This shouldn't be hardcoded. How to calculate it? + top: $unit * 5.75; // This shouldn't be hardcoded. How to calculate it? // Also, add space that doesn't make the menu disappear if you move your mouse slowly z-index: 10; }