Skip to content

Commit ba7d92d

Browse files
committed
fix: hero bg blur on mobile
1 parent 006651b commit ba7d92d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ import Showcases from './showcases/Showcases.vue'
4343
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-purple-3), var(--vp-c-brand-3));
4444

4545
--vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-purple-3), var(--vp-c-brand-3));
46+
--vp-home-hero-image-filter: blur(44px);
4647
}
4748

4849
:root {
@@ -76,13 +77,13 @@ import Showcases from './showcases/Showcases.vue'
7677

7778
@media (min-width: 640px) {
7879
:root {
79-
--vp-home-hero-image-filter: blur(46px);
80+
--vp-home-hero-image-filter: blur(56px);
8081
}
8182
}
8283

8384
@media (min-width: 960px) {
8485
:root {
85-
--vp-home-hero-image-filter: blur(58px);
86+
--vp-home-hero-image-filter: blur(68px);
8687
}
8788
}
8889
</style>

0 commit comments

Comments
 (0)