From 589146343b86cd5da05ad0ee646d5fdea4a983eb Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 29 Jan 2025 05:17:14 -0700 Subject: [PATCH] Try to fix craziness happening with top menu but not bottom. Add padding to bottom. --- pages/helpers/main.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/helpers/main.css b/pages/helpers/main.css index 6a15c62..1c08892 100644 --- a/pages/helpers/main.css +++ b/pages/helpers/main.css @@ -35,19 +35,16 @@ } /** Make the menu items centered and layout horizontal. **/ - /* + /**/ .menu { - margin-top: 5px; - padding-top: 10px; padding-bottom: 10px; } - */ + /**/ .menu-list { text-align: center; list-style-type: none; padding-left: 0px; - display: flex; align-items: center; justify-content: center; }