From 515961a7c8493cb701a6b5206f535a38e27fd31f Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 21 Jan 2018 12:06:27 +0100 Subject: [PATCH] Update responsive.css --- css/responsive.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/responsive.css b/css/responsive.css index 72cdbe8..c0679fe 100755 --- a/css/responsive.css +++ b/css/responsive.css @@ -9,10 +9,10 @@ transition-duration: 0.3s; } .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown { - top: 90px; } } + top: 65px; } } @media only screen and (min-width: 1024px) { .top-bar-section .dropdown { - top: 70px; } + top: 60px; } #menu-toggler { display: none; }