Try to vertically center the items. #2

This commit is contained in:
Hyperling 2025-01-29 05:11:48 -07:00
parent 35102cafca
commit db83b2211d

View File

@ -46,13 +46,15 @@
text-align: center; text-align: center;
list-style-type: none; list-style-type: none;
padding-left: 0px; padding-left: 0px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
} }
.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. **/