Skip to content

Commit 83b8053

Browse files
committed
docs(content): update index
1 parent c4dcafe commit 83b8053

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/.vitepress/theme/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
--vp-c-brand-3: var(--vp-c-yellow-3);
55
--vp-c-brand-soft: var(--vp-c-yellow-soft);
66
}
7+
8+
9+
.image-src {
10+
width: 100%;
11+
}

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hero:
55
name: "Vue Semantic Structure"
66
text: "Helper for semantic HTML structure."
77
image:
8-
src: /logo.svg
8+
src: /logo-small.svg
99
alt: VitePress
1010
actions:
1111
- theme: brand

0 commit comments

Comments
 (0)