Remove the div padding due to imbalanced borders and try a smaller column padding.

This commit is contained in:
Hyperling 2025-01-29 03:40:59 -07:00
parent 429f419220
commit 4955b13905

View File

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