Reduce menu item word length, return site padding to normal.

This commit is contained in:
2025-01-29 05:21:58 -07:00
parent 4e194e584b
commit 576b7a0adf
2 changed files with 4 additions and 7 deletions

View File

@ -23,7 +23,7 @@
[class*="col-"] {
float: left;
padding: 10px;
padding: 15px;
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
}
@ -35,19 +35,16 @@
}
/** Make the menu items centered and layout horizontal. **/
/**/
/*
.menu {
padding-top: 10px;
padding-bottom: 10px;
}
/**/
*/
.menu-list {
text-align: center;
list-style-type: none;
padding-left: 0px;
align-items: center;
justify-content: center;
}
.menu_item {
display: inline-block;