Skip to content

Commit

Permalink
fix: home hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Fish committed Dec 29, 2023
1 parent 8048f73 commit c721b9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ footer: MIT Licensed | Copyright © 2020-present Wjghj Project (Documentations)
在你的个人 js 页面添加以下内容,立刻使用:

@[code](@src/.vuepress/components/install.js)

<style>
.hero {
& img {
height: auto;
width: 800px;
max-width: 100%;
}
}
</style>

0 comments on commit c721b9a

Please sign in to comment.