fix(features): fix features order

This commit is contained in:
taroj1205 2025-01-24 22:10:13 +13:00
parent 97e9ff35c8
commit f87ef1aba8

View file

@ -61,6 +61,7 @@ import Video from './Video.astro'
preload="none"
class="rounded-xl border-4 border-white object-cover shadow"
/>
</div>
<div class="long-feature xl:!flex-row-reverse">
<div class="lg:p-24">
<Description class="feature-title text-5xl font-bold md:text-6xl">
@ -90,8 +91,7 @@ import Video from './Video.astro'
Zen Glance
</Description>
<p class="desc mt-2 text-xl font-normal">
Zen's glance feature allows you to view links without <i>actually</i
>
Zen's glance feature allows you to view links without <i>actually</i>
opening them.
</p>
</div>
@ -149,7 +149,7 @@ import Video from './Video.astro'
/>
</div>
</div>
</div>
</section>
<script>
function changeFeature(index: number) {
document
@ -192,4 +192,3 @@ import Video from './Video.astro'
}
}
</style>
</section>