From b60b1c8c18f17e7c0ddf5d887313b580018e534d Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 19 Oct 2020 06:35:19 -0700 Subject: [PATCH] Fix spacing below Menu button --- src/components/HeaderMenu/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HeaderMenu/index.css b/src/components/HeaderMenu/index.css index e4169565..6cecc906 100644 --- a/src/components/HeaderMenu/index.css +++ b/src/components/HeaderMenu/index.css @@ -4,7 +4,7 @@ display: none; min-width: 140px; position: absolute; - top: 31px; + top: 24px; z-index: 1; }