From 45b136f24e188b040c38a1f2ce4244c9c27e3ee9 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 8 Mar 2024 22:51:48 +0100 Subject: [PATCH] wip on hb --- public/helpbuild/theme.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/helpbuild/theme.css b/public/helpbuild/theme.css index 8069561..ca2e79b 100644 --- a/public/helpbuild/theme.css +++ b/public/helpbuild/theme.css @@ -40,7 +40,7 @@ body .pf-c-button.pf-m-primary { } div#kc-content { - margin: 65px auto 5px; + margin: 0px auto 5px; } div#kc-registration span a:hover { @@ -155,3 +155,9 @@ div#kc-registration span a { .kc-social-icon-text { left: 0px; } + + +.or-container{ + margin-top: 5px; + margin-bottom: 5px; +}