Reduce column padding to account for new div padding.

This commit is contained in:
Hyperling 2025-01-29 03:24:42 -07:00
parent 1044b60d92
commit 276a4857ff

View File

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