mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: correct width for register form
This commit is contained in:
parent
095f354fe1
commit
e512a6c2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue