fixed landing page
This commit is contained in:
parent
1d1cad4e35
commit
0922af3c64
|
|
@ -353,7 +353,7 @@
|
||||||
animation: fadeInScale 0.6s ease-out forwards;
|
animation: fadeInScale 0.6s ease-out forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Stagger animation delays for feature cards (16 cards) */
|
/* Stagger animation delays for feature cards (15 cards) */
|
||||||
.feature.animated:nth-child(1) { animation-delay: 0s; }
|
.feature.animated:nth-child(1) { animation-delay: 0s; }
|
||||||
.feature.animated:nth-child(2) { animation-delay: 0.1s; }
|
.feature.animated:nth-child(2) { animation-delay: 0.1s; }
|
||||||
.feature.animated:nth-child(3) { animation-delay: 0.2s; }
|
.feature.animated:nth-child(3) { animation-delay: 0.2s; }
|
||||||
|
|
@ -369,7 +369,6 @@
|
||||||
.feature.animated:nth-child(13) { animation-delay: 0.2s; }
|
.feature.animated:nth-child(13) { animation-delay: 0.2s; }
|
||||||
.feature.animated:nth-child(14) { animation-delay: 0.3s; }
|
.feature.animated:nth-child(14) { animation-delay: 0.3s; }
|
||||||
.feature.animated:nth-child(15) { animation-delay: 0.4s; }
|
.feature.animated:nth-child(15) { animation-delay: 0.4s; }
|
||||||
.feature.animated:nth-child(16) { animation-delay: 0.45s; }
|
|
||||||
|
|
||||||
.screenshot-section {
|
.screenshot-section {
|
||||||
margin: 4rem 0 3rem 0;
|
margin: 4rem 0 3rem 0;
|
||||||
|
|
@ -901,12 +900,6 @@
|
||||||
<p>Several built-in themes with dark/light modes and full customization.</p>
|
<p>Several built-in themes with dark/light modes and full customization.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="feature animate-on-scroll">
|
|
||||||
<div class="feature-icon">⭐</div>
|
|
||||||
<h3>Favorites</h3>
|
|
||||||
<p>Star your most-used notes for instant access from the sidebar.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="feature animate-on-scroll">
|
<div class="feature animate-on-scroll">
|
||||||
<div class="feature-icon">📑</div>
|
<div class="feature-icon">📑</div>
|
||||||
<h3>Outline Panel</h3>
|
<h3>Outline Panel</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue