fix: responsive
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
</head>
|
||||
<body class="min-h-screen flex flex-col w-screen">
|
||||
<div class="hero bg-base-200 grow">
|
||||
<div class="hero-content text-center">
|
||||
<div class="hero-content text-center p-0">
|
||||
<div id="app"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -88,7 +88,7 @@ watch(
|
||||
|
||||
<template>
|
||||
<div :style="{ display: visible ? 'inherit' : 'none' }">
|
||||
<div class="card bg-base-100 w-xl max-w-xl shrink-0 shadow-2xl">
|
||||
<div class="card bg-base-100 w-xl max-w-svw shrink-0 shadow-2xl">
|
||||
<div class="card-body">
|
||||
<h1 class="text-5xl font-bold font-doto">
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user