From bc63b94174221d0a9f49196fdb4ba4daca436410 Mon Sep 17 00:00:00 2001
From: Geoff Doty
Date: Sat, 20 Jul 2024 18:42:03 -0400
Subject: [PATCH] adjust article
aside should be the same
---
examples/overview.html | 4 ++--
src/stylelite.css | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/overview.html b/examples/overview.html
index 9b26fe8..0880f82 100644
--- a/examples/overview.html
+++ b/examples/overview.html
@@ -248,7 +248,7 @@
-
+
+
More...
diff --git a/src/stylelite.css b/src/stylelite.css
index 8029d5d..4fae009 100644
--- a/src/stylelite.css
+++ b/src/stylelite.css
@@ -162,6 +162,7 @@ article {
border: 1px solid rgba(0,0,0,.125);
background: var(--light);
color: var(--dark);
+ padding: 1rem;
}
/* Forms */