logo: make readme logo bigger on small displays

The correct way to do this would be to use the max-width css attribute,
but codeberg seems to strip that when converting markdown to html.

The new value of 600em looks almost identical to 50% on large screens
and looks a lot better on small (mobile) screens.
This commit is contained in:
Isaac Freund 2024-04-09 10:41:34 +02:00
parent 7974bfdb7d
commit 86d142aa47
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -1,5 +1,5 @@
<div align="center">
<img src="logo/logo_text_adaptive_color.svg" width="50%">
<img src="logo/logo_text_adaptive_color.svg" width="600em">
</div>
## Overview