Skip to content

Commit

Permalink
docs: image max-width and height (#12832)
Browse files Browse the repository at this point in the history
* fix: remove image height

* fix(docs): image max-width
  • Loading branch information
imfenghuang authored Dec 11, 2024
1 parent 35f4ba4 commit b7659b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/.dumi/components/Contributing/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@
color: #0273dc;
text-decoration: none;
}

img {
max-width: 100%;
}
}
}
1 change: 0 additions & 1 deletion docs/.dumi/components/Contributing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const Contributing = () => {
<img
src="https://opencollective.com/umi/contributors.svg?width=1200&button=false"
width="1200"
height="184"
/>
</a>
</div>
Expand Down

0 comments on commit b7659b1

Please sign in to comment.