From b869bc9cfcf26473b63b63d6111ba67226ad1e17 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 13 May 2023 02:29:58 -0500 Subject: [PATCH] correct margining --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 75aa577..f176996 100644 --- a/style.css +++ b/style.css @@ -235,7 +235,7 @@ nav.top div.slideout.account .username { } nav.top div.slideout.account .dropdown .mycon { - margin-right: 4px; + margin: 2px 4px 0px 0px; } nav.top div.slideout.account .dropdown .username .currency { @@ -396,7 +396,7 @@ nav .logo { align-items: center; height: 100% !important; width: 100% !important; - margin: 0px; + margin: 0px -2px; } .longbutton.txt a {