Meu item is still broken up? At least try to vertically center the items.

This commit is contained in:
Hyperling 2025-01-29 05:09:18 -07:00
parent b75a47c847
commit 35102cafca

View File

@ -46,11 +46,13 @@
text-align: center; text-align: center;
list-style-type: none; list-style-type: none;
padding-left: 0px; padding-left: 0px;
height: 100%;
} }
.menu_item { .menu_item {
display: inline-block; display: inline-block;
padding: 0px; padding: 0px;
white-space: nowrap; white-space: nowrap;
height: 100%;
} }
/** Be able to position anything easily. **/ /** Be able to position anything easily. **/