From d4ce358e1b580e1b8d783c70315cdb19dc03a919 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 18 Dec 2025 11:23:35 +0100 Subject: [PATCH] Update index.css --- index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 881bcdd..7ea07ef 100644 --- a/index.css +++ b/index.css @@ -146,8 +146,7 @@ body { justify-content: center; gap: 10px; flex-wrap: wrap; - margin: 20px auto 0 auto; - border-top: 1px solid var(--border-color); + margin: 0 auto; padding-top: 15px; } @@ -299,7 +298,7 @@ body { /* ===== Import/Export Section ===== */ .share-details { - margin: 20px 0; + margin-top: 20px; border: 1px solid var(--border-color); border-radius: 5px; padding: 15px;