Skip to content

Commit fb90d3f

Browse files
committed
docs: update hero image and add styling for shadow
1 parent 0adb35e commit fb90d3f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/.vitepress/theme/styles/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* Hero Image Shadow */
2+
.VPHero .image-src {
3+
filter: drop-shadow(0 0 80px color-mix(in srgb, var(--vp-c-brand-1) 60%, transparent));
4+
max-height: 250px;
5+
}
6+
17
/* h3 breaks SEO => replaced with h2 with the same size */
28
.home-content h2 {
39
margin-top: 2rem;

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hero:
99
text: Production UI without boilerplate
1010
tagline: Build faster with zero-config defaults, SSR-aware setup and fully customizable Vuetify runtime.
1111
image:
12-
src: /animated-logo.svg
12+
src: /logo_h.svg
1313
alt: Vuetify Nuxt Module
1414
actions:
1515
- theme: alt

0 commit comments

Comments
 (0)