style: enhance README layout for star project button

- Updated the layout of the star project button in both English and Chinese README files for improved responsiveness and visual appeal.
- Adjusted the div styling to center the button and ensure it scales properly across different screen sizes.
This commit is contained in:
lintsinghua 2025-10-27 17:20:18 +08:00
parent 9012b64c2c
commit 1fd93d79b8
2 changed files with 4 additions and 4 deletions

View File

@ -24,9 +24,9 @@
</div>
<div align="center">
<div style="width: 100%; max-width: 600px; margin: 0 auto;">
<a href="https://github.com/lintsinghua/XCodeReviewer">
<img src="public/star-me-cn.svg" alt="Star this project" />
<img src="public/star-me-cn.svg" alt="Star this project" style="width: 100%; height: auto; display: block; margin: 0 auto;" />
</a>
</div>

View File

@ -24,9 +24,9 @@
</div>
<div align="center">
<div style="width: 100%; max-width: 600px; margin: 0 auto;">
<a href="https://github.com/lintsinghua/XCodeReviewer">
<img src="public/star-me.svg" alt="Star this project" />
<img src="public/star-me.svg" alt="Star this project" style="width: 100%; height: auto; display: block; margin: 0 auto;" />
</a>
</div>