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 0adb35e commit fb90d3fCopy full SHA for fb90d3f
docs/.vitepress/theme/styles/main.css
@@ -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
+
7
/* h3 breaks SEO => replaced with h2 with the same size */
8
.home-content h2 {
9
margin-top: 2rem;
docs/index.md
@@ -9,7 +9,7 @@ hero:
text: Production UI without boilerplate
10
tagline: Build faster with zero-config defaults, SSR-aware setup and fully customizable Vuetify runtime.
11
image:
12
- src: /animated-logo.svg
+ src: /logo_h.svg
13
alt: Vuetify Nuxt Module
14
actions:
15
- theme: alt
0 commit comments