3
0

added basic responsive to the app-logo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mike Sutton 2023-12-27 18:09:05 +01:00
parent 3f421ad728
commit 8e515835e9

View File

@ -58,6 +58,13 @@ div#kc-registration span a:hover {
margin-bottom: 0; margin-bottom: 0;
} }
@media screen and (max-width: 600px) {
.app-logo {
display: none;
}
}
body #kc-header { body #kc-header {
flex: 0 0 500px; flex: 0 0 500px;
max-width: 500px; max-width: 500px;
@ -68,7 +75,7 @@ body #kc-header {
} }
.login-pf-page .login-pf-page-header p::before { .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; font-size: 14px;
color: #6f6f6f; color: #6f6f6f;
} }