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 c4dcafe commit 83b8053Copy full SHA for 83b8053
docs/.vitepress/theme/style.css
@@ -4,3 +4,8 @@
4
--vp-c-brand-3: var(--vp-c-yellow-3);
5
--vp-c-brand-soft: var(--vp-c-yellow-soft);
6
}
7
+
8
9
+.image-src {
10
+ width: 100%;
11
+}
docs/src/index.md
@@ -5,7 +5,7 @@ hero:
name: "Vue Semantic Structure"
text: "Helper for semantic HTML structure."
image:
- src: /logo.svg
+ src: /logo-small.svg
alt: VitePress
actions:
- theme: brand
0 commit comments