chore: fix formatting
This commit is contained in:
parent
17325a6e6d
commit
7691594b10
2 changed files with 9 additions and 9 deletions
|
|
@ -265,9 +265,9 @@ export const user = new Elysia()
|
|||
/>
|
||||
<main
|
||||
class={`
|
||||
w-full flex-1 px-2
|
||||
sm:px-4
|
||||
`}
|
||||
w-full flex-1 px-2
|
||||
sm:px-4
|
||||
`}
|
||||
>
|
||||
<article class="article">
|
||||
<form method="post" class="flex flex-col gap-4">
|
||||
|
|
@ -400,9 +400,9 @@ export const user = new Elysia()
|
|||
/>
|
||||
<main
|
||||
class={`
|
||||
w-full flex-1 px-2
|
||||
sm:px-4
|
||||
`}
|
||||
w-full flex-1 px-2
|
||||
sm:px-4
|
||||
`}
|
||||
>
|
||||
<article class="article">
|
||||
<form method="post" class="flex flex-col gap-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue