added basic responsive to the app-logo
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3f421ad728
commit
8e515835e9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user