mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
use width instead
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="./assets/wave-dark.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="./assets/wave-light.png">
|
||||
<img alt="Wave Terminal Logo" src="./assets/wave-light.png" height="80" style="max-width: 100%;">
|
||||
<img alt="Wave Terminal Logo" src="./assets/wave-light.png" width="240">
|
||||
</picture>
|
||||
<br/>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user