From ee213ee9f7356bcb018b09b7ec5f71175c9444d8 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 29 Jan 2025 03:14:42 -0700 Subject: [PATCH] See how adding padding to divs affects the website. Enable colored borders for analysis. --- pages/helpers/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/helpers/main.css b/pages/helpers/main.css index 0a9a6bf..6f659fe 100644 --- a/pages/helpers/main.css +++ b/pages/helpers/main.css @@ -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;