mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
fix size issue on login page
This commit is contained in:
parent
a0d6cc685f
commit
b75b7031d1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const onSubmit = (values: any): void => {
|
|||
<template>
|
||||
<div class="flex h-full">
|
||||
<div
|
||||
class="m-auto w-1/2 rounded-md border-2 border-stone-200 px-6 py-10 dark:border-stone-700"
|
||||
class="m-auto rounded-md border-2 border-stone-200 px-6 py-10 dark:border-stone-700 sm:w-1/2"
|
||||
>
|
||||
<h1 class="text-semibold mb-8 text-center text-3xl">
|
||||
{{ t('pages.login-view.main.title.text') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue