feat: restyle unauthenticated screens #1103

Merged
dpschen merged 29 commits from feature/login-pages into main 2021-12-12 16:40:14 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 18b0ed4a29 - Show all commits

View File

@ -115,6 +115,8 @@ useTitle(() => title.value)
@media screen and (max-width: $desktop) {
width: 100%;
max-width: 450px;
margin: 0 auto;
}
}