Skip to content

Commit

Permalink
fix(docs): adjust hero image margin and remove logo
Browse files Browse the repository at this point in the history
- Add CSS rule to increase right margin of the hero image
- Remove logo image from the hero section in index.md
  • Loading branch information
dingyi222666 committed Oct 12, 2024
1 parent a91d791 commit ea3f23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
vertical-align: middle;
}

.VPHero.has-image.VPHomeHero > div > div.main > image {
margin-right: 260px;
}


/* 背景模糊 */
Expand Down
3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ editLink: true
hero:
name: ChatLuna
text: ''
image:
src: /logo.png
alt: ChatLuna logo
tagline: 多平台模型接入,可扩展,多种输出格式,提供大语言模型聊天服务的插件
actions:
- theme: brand
Expand Down

0 comments on commit ea3f23b

Please sign in to comment.