feat: bigger fields on smaller screens

This commit is contained in:
Sebastian Pravda 2023-02-04 15:22:22 +01:00
parent 3a9b479934
commit 3627b0079a
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -837,7 +837,7 @@
<style lang="postcss">
.field {
@apply mt-4 w-full md:mt-8 lg:mx-auto lg:w-4/5;
@apply mt-4 w-full md:mt-8 lg:mx-auto lg:w-9/10 2xl:w-4/5;
}
.form {
@apply flex flex-col;