We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471bddb commit 5c13ce1Copy full SHA for 5c13ce1
components/midori/index.vue
@@ -97,10 +97,10 @@ onMounted(() => {
97
<Editor />
98
<Community />
99
<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"
+ class="max-w-6xl w-full mx-auto rounded-2xl overflow-hidden my-12 shadow-xl bg-gray-50 dark:bg-gray-800"
101
>
102
<img
103
- class="w-full object-cover object-center opacity-100"
+ class="w-full object-cover object-center"
104
src="/assets/feature-sheet.webp"
105
alt="Elysia Feature Sheet"
106
/>
0 commit comments