ui: tweak
This commit is contained in:
parent
bd44a52762
commit
f301a39f84
|
@ -35,8 +35,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.home__login-wrapper {
|
.home__login-wrapper {
|
||||||
|
padding-top: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@include breakpoint(desktop) {
|
||||||
|
padding-top: 2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.home__login {
|
.home__login {
|
||||||
|
@ -54,8 +58,12 @@
|
||||||
|
|
||||||
.home__instructions {
|
.home__instructions {
|
||||||
font-family: var(--message-font-family);
|
font-family: var(--message-font-family);
|
||||||
|
font-size: 1.5em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
padding: 2em 0;
|
padding: 2em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@include breakpoint(desktop) {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user