Try to fix craziness happening with top menu but not bottom. Add padding to bottom.

This commit is contained in:
Hyperling 2025-01-29 05:17:14 -07:00
parent 1498aeefb9
commit 589146343b

View File

@ -35,19 +35,16 @@
} }
/** Make the menu items centered and layout horizontal. **/ /** Make the menu items centered and layout horizontal. **/
/* /**/
.menu { .menu {
margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
} }
*/ /**/
.menu-list { .menu-list {
text-align: center; text-align: center;
list-style-type: none; list-style-type: none;
padding-left: 0px; padding-left: 0px;
display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }