fix: correct width for register form

This commit is contained in:
EETagent 2023-01-03 15:02:58 +01:00
parent 095f354fe1
commit e512a6c2ef

View file

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