From a375f3da947aeb525ad167373b388379e954b112 Mon Sep 17 00:00:00 2001 From: Mark Gerrard Date: Tue, 28 Nov 2023 09:26:26 +0000 Subject: [PATCH] fix spacing of dropdown menu --- _sass/_masthead.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_masthead.scss b/_sass/_masthead.scss index c9e49555..4c87615f 100644 --- a/_sass/_masthead.scss +++ b/_sass/_masthead.scss @@ -272,9 +272,9 @@ schedule-demo-nav-mobile { position: absolute; content: ""; left: 0; - top: 0; + top: 20px; width: fit-content; - padding-top: 32px; + padding-top: 12px; } .divSubNav__inner {