Skip to content

Commit

Permalink
fix: width of sprout picture
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed Apr 3, 2024
1 parent 772b03e commit c009402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/profile/images/logo_landing_light.png">
<source media="(prefers-color-scheme: light)" srcset=".github/profile/images/logo_landing_dark.png">
<img alt="Sprout Logo" width="400" src="">
<img alt="Sprout Logo" width="700" src="">
</picture>
<hr />
</div>
Expand Down

0 comments on commit c009402

Please sign in to comment.