Skip to content

Commit 20f59a9

Browse files
committed
feat: adjust blur effects for improved mobile performance
1 parent 85327ea commit 20f59a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/.vitepress/theme/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ body {
134134
═══════════════════════════════════════════════════════════════════ */
135135

136136
@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+
137145
/* Disable cell blink animations on mobile */
138146
.blink-cell,
139147
.grid-blink .blink-cell {

0 commit comments

Comments
 (0)