From e3612f02afce9a8662fa6647868dcddd77a4a0c4 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Wed, 24 Jan 2024 16:57:41 -0500 Subject: [PATCH] fix row/col regression --- src/stylelite.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stylelite.css b/src/stylelite.css index 56ed6da..ab2f38d 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -1,4 +1,4 @@ -/*! Stylelite v:0.6.5 | MIT LICENSE | https://github.com/n2geoff/stylelite */ +/*! Stylelite v:0.6.7 | MIT LICENSE | https://github.com/n2geoff/stylelite */ :root { --size: 1rem; --radius: 0rem; @@ -380,7 +380,6 @@ nav.navbar a {color: var(--white)} justify-content: space-between; align-items: stretch; flex: 1; - padding: .5rem; max-width: 100%; }