Fix mobile width
This commit is contained in:
parent
0281ae4134
commit
0111ef9525
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ const errorMsg = (message: string): void => {
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex justify-center items-center min-h-screen">
|
<div class="flex justify-center items-center min-h-screen">
|
||||||
<div class="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/5 -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">
|
<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">
|
<div class="bg-white p-10 rounded-xl shadow-2xl">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue