Reduce padding back to 10, 12 still breaks menu item.

This commit is contained in:
Hyperling 2025-01-29 05:07:00 -07:00
parent 8218498bd0
commit b75a47c847

View File

@ -23,7 +23,7 @@
[class*="col-"] {
float: left;
padding: 12px;
padding: 10px;
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
}