From e38e4e681901c40424f11506e3c9559d5281ae68 Mon Sep 17 00:00:00 2001 From: malik Date: Fri, 9 Feb 2024 00:09:16 +0100 Subject: [PATCH] Fixed gab between nav and header on mobile --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e93bcde..cc5da33 100644 --- a/css/style.css +++ b/css/style.css @@ -343,7 +343,7 @@ table tr td{ nav ul{ width: 100%; position: absolute; - top: 100px; + top: 90px; right: 0; z-index: 2; box-shadow: 10px 10px 10px;