From f056495d3c2093758003d27a1a9c466c9614b35b Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Tue, 15 Feb 2022 00:23:54 +0100 Subject: Fixed wrong padding in account entries Signed-off-by: TheJackiMonster --- resources/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/style.css b/resources/css/style.css index f513280..16987a9 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -15,7 +15,7 @@ font-size: xx-small; } -.profile-entry { +.account-entry { padding: 4px 20px; } -- cgit v1.2.3