From 338edfdfe4ef4e81f35f96df310293dc31458d80 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sun, 15 Dec 2024 14:55:26 +0100 Subject: [PATCH] fix outline --- src/components/topbar/topbar.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/topbar/topbar.module.css b/src/components/topbar/topbar.module.css index 47d9d175..4ce5a5b8 100644 --- a/src/components/topbar/topbar.module.css +++ b/src/components/topbar/topbar.module.css @@ -145,7 +145,7 @@ } .homeButton { - padding-left: 5px; + margin-left: 5px; } .moreLink { @@ -162,7 +162,7 @@ @media (min-width: 640px) { .homeButton { - padding-left: 10px; + margin-left: 10px; } }