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 85327ea commit 20f59a9Copy full SHA for 20f59a9
website/.vitepress/theme/style.css
@@ -134,6 +134,14 @@ body {
134
═══════════════════════════════════════════════════════════════════ */
135
136
@media (max-width: 768px) {
137
+ /* Reduce blur intensity on floating orbs for better mobile performance */
138
+ .hero-blur,
139
+ .cta-blur,
140
+ .pro-blur {
141
+ filter: blur(60px) !important;
142
+ opacity: 0.08 !important;
143
+ }
144
+
145
/* Disable cell blink animations on mobile */
146
.blink-cell,
147
.grid-blink .blink-cell {
0 commit comments