From ee6c55799309da2051b66eb46abeb96b5c2ace3e Mon Sep 17 00:00:00 2001 From: marvinkrausser Date: Wed, 18 Mar 2026 20:13:59 +0100 Subject: [PATCH] changed margin --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f1f68f2..1f1560b 100644 --- a/index.html +++ b/index.html @@ -253,7 +253,7 @@ max-width: 460px; color: var(--muted); font-size: 0.94rem; line-height: 1.8; margin-bottom: 40px; } - .hero-links { display: flex; gap: 24px; flex-wrap: wrap; } + .hero-links { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 20px;} /* ── MOBILE ──────────────────────────────────────── */ .mobile-bar {