Fix authentication page on mobile devices

This commit is contained in:
Dane Everitt
2019-12-22 21:18:29 -08:00
parent 513692fef5
commit 1f6f7c4bb4
10 changed files with 94 additions and 80 deletions

View File

@@ -1,3 +1,7 @@
form {
@apply .m-0;
}
textarea, select, input, button {
@apply .outline-none;
}