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; } }