feat: restyle unauthenticated screens #1103

Merged
dpschen merged 29 commits from feature/login-pages into main 2021-12-12 16:40:14 +00:00
Showing only changes of commit f4bdfe38a3 - Show all commits

View File

@ -106,16 +106,19 @@ useTitle(() => title.value)
}
.content {
width: 50%;
padding: 2rem 2rem 1.5rem;
display: flex;
justify-content: space-between;
flex-direction: column;
padding: 2rem 2rem 1.5rem;
@media screen and (max-width: $desktop) {
width: 100%;
max-width: 450px;
margin: 0 auto;
margin-inline: auto;
}
@media screen and (min-width: $desktop) {
width: 50%;
}
}