Skip to content

Commit

Permalink
Merge pull request #17 from manojpudasaini/main
Browse files Browse the repository at this point in the history
feat: add id to hero image, update css selector
  • Loading branch information
mukezhz authored Jul 9, 2024
2 parents 367159d + 04f0bab commit 8e6039b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
img[src="/geng.webp"] {
img[id="geng-brand-logo"] {
border-radius: 50%;
}
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ hero:
image:
src: /geng.webp
alt: Gen-G
id: geng-brand-logo
actions:
- theme: brand
text: Getting started
Expand Down

0 comments on commit 8e6039b

Please sign in to comment.