This commit is contained in:
John O'Nolan 2019-12-06 16:37:02 +07:00
parent 6eb9a1218f
commit e842f9f11e
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
} }
.gh-auth-form p { .gh-auth-form p {
margin: 0 0 20px 0; margin: 10px 0 4vmin 0;
font-size: 1.7rem; font-size: 1.7rem;
color: rgba(0,0,0,0.6) color: rgba(0,0,0,0.6)
} }
@ -40,6 +40,7 @@
@media (max-width: 600px) { @media (max-width: 600px) {
.gh-auth-box { .gh-auth-box {
flex-direction: column; flex-direction: column;
max-width: 400px;
} }
.gh-auth-box .gh-button { .gh-auth-box .gh-button {
width: 100%; width: 100%;