feat: smaller max width for form on mobile
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-12-12 14:48:43 +01:00
parent 1c339a7fe0
commit 18b0ed4a29
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

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