Made it a tiny bit more responsive

This commit is contained in:
Tiago Ribeiro
2023-08-24 15:21:35 +01:00
parent 82d2c548ef
commit c879d5d8de
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export default function Login() {
</Head>
<main className="w-full h-[100vh] flex bg-white text-black">
<ToastContainer />
<section className="h-full w-fit min-w-fit relative">
<section className="h-full w-fit min-w-fit relative hidden lg:flex">
<div className="absolute h-full w-full bg-mti-rose-light z-10 bg-opacity-50" />
<img src="/people-talking-tablet.png" alt="People smiling looking at a tablet" className="h-full aspect-auto" />
</section>