From e8ec83b5a21bb645e54a1be85294227577b3b2aa Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 27 Dec 2023 18:19:49 +0100 Subject: [PATCH] added basic responsive to the app-logo --- public/fitness_giving/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/fitness_giving/theme.css b/public/fitness_giving/theme.css index 6433b52..c812515 100644 --- a/public/fitness_giving/theme.css +++ b/public/fitness_giving/theme.css @@ -39,6 +39,10 @@ body .pf-c-button.pf-m-primary { opacity: 0.8; } +div#kc-content { + margin: 5px auto; +} + div#kc-registration span a:hover { background: #16A34A; }