Try a few more menu style / padding changes.

This commit is contained in:
Hyperling 2025-01-29 04:58:45 -07:00
parent c50f790827
commit a3f6f63be9

View File

@ -36,6 +36,7 @@
/** Make the menu items centered and layout horizontal. **/
.menu {
margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
}
@ -46,6 +47,7 @@
}
.menu_item {
display: inline-block;
padding: 0px;
}
/** Be able to position anything easily. **/