Fix logo moving out of view mobile
This commit is contained in:
parent
834c4da7c4
commit
8bfd63caac
1 changed files with 1 additions and 1 deletions
|
@ -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/4 -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-0 md:-translate-y-2">
|
||||
<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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue