From 42ff86c572f0a8b6d641d39786f5c88b40c7a95f Mon Sep 17 00:00:00 2001 From: Dalton Date: Mon, 27 Jan 2020 19:03:16 -0600 Subject: [PATCH] set correct margin-top for nav button dropdown --- ui/scss/component/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_header.scss b/ui/scss/component/_header.scss index da750bf7a..4fa307695 100644 --- a/ui/scss/component/_header.scss +++ b/ui/scss/component/_header.scss @@ -152,7 +152,7 @@ position: absolute; list-style-type: none; background-color: var(--color-header-background); - margin-top: 5px; + margin-top: 19px; li { margin: 0;