mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
fix(features): fix features order
This commit is contained in:
parent
97e9ff35c8
commit
f87ef1aba8
1 changed files with 118 additions and 119 deletions
|
@ -61,6 +61,7 @@ import Video from './Video.astro'
|
||||||
preload="none"
|
preload="none"
|
||||||
class="rounded-xl border-4 border-white object-cover shadow"
|
class="rounded-xl border-4 border-white object-cover shadow"
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
<div class="long-feature xl:!flex-row-reverse">
|
<div class="long-feature xl:!flex-row-reverse">
|
||||||
<div class="lg:p-24">
|
<div class="lg:p-24">
|
||||||
<Description class="feature-title text-5xl font-bold md:text-6xl">
|
<Description class="feature-title text-5xl font-bold md:text-6xl">
|
||||||
|
@ -90,8 +91,7 @@ import Video from './Video.astro'
|
||||||
Zen Glance
|
Zen Glance
|
||||||
</Description>
|
</Description>
|
||||||
<p class="desc mt-2 text-xl font-normal">
|
<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.
|
opening them.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -149,7 +149,7 @@ import Video from './Video.astro'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
<script>
|
<script>
|
||||||
function changeFeature(index: number) {
|
function changeFeature(index: number) {
|
||||||
document
|
document
|
||||||
|
@ -192,4 +192,3 @@ import Video from './Video.astro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</section>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue