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