From b3b40c43d9113447b0cb328bab04467193fa86b6 Mon Sep 17 00:00:00 2001 From: malik Date: Sat, 3 Feb 2024 15:41:10 +0100 Subject: [PATCH] Fix bug that nav is not next to each other --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 6e0dc1d..7fb7f57 100644 --- a/css/style.css +++ b/css/style.css @@ -240,7 +240,7 @@ table tr td{ .menu-icon{ display: inline; - width: 7em; + width: 9em; margin-right: 4%; }