From 86308b59f66dc4e2fab76b4f7533cddea9fbe218 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Fri, 29 Sep 2023 18:16:25 +0200 Subject: [PATCH] add margin top 2 px for wallet number correction --- src/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/style.css b/src/css/style.css index 9c58575..be2485b 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -127,6 +127,7 @@ } .wallet_element_money { + margin-top: 2px; background: #22252F; box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); border-radius: 9px;