Skip to content

Commit

Permalink
authsignin component: remove min-h-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Jan 5, 2025
1 parent 1a80429 commit c8f69c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/auth/authSignIn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
</div>
</div>
<div v-else> -->
<div
class="flex min-h-screen flex-col justify-center items-center px-6 py-12 lg:px-8"
>
<div class="flex flex-col justify-center items-center px-6 py-12 lg:px-8">
<div class="sm:mx-auto sm:w-full sm:max-w-sm">
<h2
class="mt-10 text-center text-2xl font-bold leading-9 tracking-tight text-white"
Expand Down

0 comments on commit c8f69c9

Please sign in to comment.