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; }