mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 05:51:56 +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">
|
<style lang="postcss">
|
||||||
.field {
|
.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 {
|
.form {
|
||||||
@apply flex flex-col;
|
@apply flex flex-col;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue