From bae703a093deab0dcb3fe6f47004ce5cbaf9a017 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Thu, 25 Dec 2025 15:54:10 -0800 Subject: [PATCH] adjust sizing --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 78f418b..759b711 100644 --- a/style.css +++ b/style.css @@ -96,7 +96,7 @@ body { font-family: 'Inter', sans-serif; font-size: 14px; color: #7A6146; - padding: 8px 12px; + padding: 8px 4px; margin-bottom: 4px; background: rgba(255, 255, 255, 0.5); border-radius: 8px; @@ -117,8 +117,8 @@ body { font-family: 'Fredoka', sans-serif; font-size: 18px; font-weight: 600; - width: 28px; - height: 28px; + width: 20px; + height: 20px; border-radius: 6px; border: 2px solid #c5e8a8; background: linear-gradient(180deg, #fff 0%, #f5f5f0 100%);