Resize logo image to 70% width in README
This commit is contained in:
parent
5a67cd3ced
commit
2c398569ef
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./static/image/MiroFish_logo_compressed.jpeg" alt="MiroFish Logo" width="100%"/>
|
<img src="./static/image/MiroFish_logo_compressed.jpeg" alt="MiroFish Logo" width="70%"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
@ -96,4 +96,4 @@ npm run dev
|
||||||
```bash
|
```bash
|
||||||
npm run backend # 仅启动后端
|
npm run backend # 仅启动后端
|
||||||
npm run frontend # 仅启动前端
|
npm run frontend # 仅启动前端
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue