Refine
This commit is contained in:
parent
6eb9a1218f
commit
e842f9f11e
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue