Skip to content

Commit 5c13ce1

Browse files
committed
🎉 feat: feature sheet
1 parent 471bddb commit 5c13ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/midori/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ onMounted(() => {
9797
<Editor />
9898
<Community />
9999
<figure
100-
class="hidden sm:block max-w-6xl w-full mx-auto rounded-2xl overflow-hidden my-12 shadow-xl bg-gray-50 dark:bg-gray-800"
100+
class="max-w-6xl w-full mx-auto rounded-2xl overflow-hidden my-12 shadow-xl bg-gray-50 dark:bg-gray-800"
101101
>
102102
<img
103-
class="w-full object-cover object-center opacity-100"
103+
class="w-full object-cover object-center"
104104
src="/assets/feature-sheet.webp"
105105
alt="Elysia Feature Sheet"
106106
/>

0 commit comments

Comments
 (0)