Try going back to a larger column padding now that menu items are explicitly 0.

This commit is contained in:
Hyperling 2025-01-29 05:00:24 -07:00
parent a3f6f63be9
commit cf57b5576b

View File

@ -23,7 +23,7 @@
[class*="col-"] { [class*="col-"] {
float: left; float: left;
padding: 10px; padding: 15px;
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */ /*border: 1px solid green;*/ /* FORTESTING otherwise disable */
} }
@ -36,9 +36,11 @@
/** Make the menu items centered and layout horizontal. **/ /** Make the menu items centered and layout horizontal. **/
.menu { .menu {
/*
margin-top: 5px; margin-top: 5px;
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
*/
} }
.menu-list { .menu-list {
text-align: center; text-align: center;