From 1845f4ea8180215abe202a31f3261eb4e1e94403 Mon Sep 17 00:00:00 2001 From: javl Date: Mon, 17 Aug 2026 20:45:47 +0200 Subject: [PATCH] smaller margins --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 583bb29..ca20caf 100644 --- a/css/style.css +++ b/css/style.css @@ -168,7 +168,7 @@ body { .step-num { position: absolute; left: 16px; - top: 32px; + top: var(--space-4); width: 40px; height: 40px; border-radius: 10px; @@ -265,7 +265,7 @@ code { background: var(--surface-container-lowest); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); - padding: var(--space-7); + padding: var(--space-4); } /* First (intro) section: keep it flush/light */