fix size issue on login page

This commit is contained in:
Benny Samir Hierl 2022-02-16 11:11:53 +01:00
parent a0d6cc685f
commit b75b7031d1

View file

@ -28,7 +28,7 @@ const onSubmit = (values: any): void => {
<template> <template>
<div class="flex h-full"> <div class="flex h-full">
<div <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"> <h1 class="text-semibold mb-8 text-center text-3xl">
{{ t('pages.login-view.main.title.text') }} {{ t('pages.login-view.main.title.text') }}