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 589146343b - Show all commits

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;
} }