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:
parent
9012b64c2c
commit
1fd93d79b8
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue