Fix width on desktop

This commit is contained in:
Maarten 2024-11-26 20:01:07 +01:00
parent 0111ef9525
commit 6cc70e3982

View file

@ -73,7 +73,7 @@ const errorMsg = (message: string): void => {
<template>
<div class="flex justify-center items-center min-h-screen">
<div class="w-3/4 sm:w-3/4 md:w-2/3 lg:w-2/4 xl:w-2/5 2xl:w-1/5 -translate-y-24">
<div class="w-3/4 sm:w-3/4 md:w-2/3 lg:w-2/4 xl:w-2/5 2xl:w-1/4 -translate-y-24">
<img src="https://www.bit.nl/assets/images/bit_logo_white.png" alt="BIT Logo" class="mx-auto w-52 mb-6">
<div class="bg-white p-10 rounded-xl shadow-2xl">