fix: responsive
TS Lint / Oxlint (push) Successful in 48s
TS Lint / TypeScript (push) Successful in 51s
TS Lint / ESLint (push) Successful in 59s

This commit is contained in:
2026-07-14 13:39:26 +02:00
parent ab41b5d024
commit 68947bdd91
+2 -2
View File
@@ -20,10 +20,10 @@ onMounted(() => {
<template> <template>
<main <main
:style="{ display: visible ? 'flex' : 'none' }" :style="{ display: visible ? 'flex' : 'none' }"
class="min-h-screen flex-col" class="min-h-screen flex-col w-screen"
> >
<div class="hero bg-base-200 grow"> <div class="hero bg-base-200 grow">
<div class="hero-content text-center"> <div class="hero-content text-center p-0">
<div <div
class="max-w-md min-w-96 bg-base-100 rounded-box shadow-md" class="max-w-md min-w-96 bg-base-100 rounded-box shadow-md"
> >