Style Overhaul #2

Merged
me merged 118 commits from dev into main 2025-01-29 13:28:33 -07:00
Showing only changes of commit a3f6f63be9 - Show all commits

View File

@ -36,6 +36,7 @@
/** 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-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
} }
@ -46,6 +47,7 @@
} }
.menu_item { .menu_item {
display: inline-block; display: inline-block;
padding: 0px;
} }
/** Be able to position anything easily. **/ /** Be able to position anything easily. **/