diff --git a/public/fitness_giving/theme.css b/public/fitness_giving/theme.css index 322dcb8..6433b52 100644 --- a/public/fitness_giving/theme.css +++ b/public/fitness_giving/theme.css @@ -58,6 +58,13 @@ div#kc-registration span a:hover { margin-bottom: 0; } +@media screen and (max-width: 600px) { + .app-logo { + display: none; + } +} + + body #kc-header { flex: 0 0 500px; max-width: 500px; @@ -68,7 +75,7 @@ body #kc-header { } .login-pf-page .login-pf-page-header p::before { - content: "Let's Fitness into Giving. Together."; + content: "Let's Turn Fitness into Giving. Together."; font-size: 14px; color: #6f6f6f; }