From affd7d0de1dd9d326306c1fa8bf735431bf7e7a6 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Thu, 18 Jan 2024 20:18:17 -0600 Subject: [PATCH] tweak row util --- src/stylelite.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stylelite.css b/src/stylelite.css index 2a77b53..61af45b 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -364,7 +364,7 @@ nav ul li a:hover {opacity: .75;} flex-direction: row; flex-wrap: wrap; margin:0; - padding: .4rem; + padding: .25rem 0; } .row>*, .col, .col-1, .col-2, .col-3, .col-4,.col-5 { @@ -374,6 +374,7 @@ nav ul li a:hover {opacity: .75;} align-items: stretch; box-sizing: border-box; flex: 1; + padding: calc(var(--size) / 2); max-width: 100%; }