See how adding padding to divs affects the website. Enable colored borders for analysis.

This commit is contained in:
Hyperling 2025-01-29 03:14:42 -07:00
parent 6adf13ef06
commit ee213ee9f7

View File

@ -24,7 +24,7 @@
[class*="col-"] {
float: left;
padding: 15px;
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
border: 1px solid green; /* FORTESTING otherwise disable */
}
/* Ensure columns are respected as if they always exist. */
@ -88,6 +88,11 @@
max-height: 500px;
}
div {
padding: 7px;
border: 1px solid red; /* FORTESTING otherwise disable */
}
body {
max-width: 1300px;
margin-left: auto;