From 1c73557ae4e2ed6b5c28f29653d73d3b1756c16a Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Sat, 19 Jul 2025 13:26:07 +0200 Subject: [PATCH] changed the look of the login page for the admin page --- data/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/style/style.css b/data/style/style.css index 8a668c6..b7d9e65 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -463,7 +463,7 @@ footer a { background-color: var(--clr-surface-a0); align-content: center; height: 100%; - padding: 20% 30%; + padding: 0 30%; } .login-container form {