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:
parent
7974bfdb7d
commit
86d142aa47
@ -1,5 +1,5 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="logo/logo_text_adaptive_color.svg" width="50%">
|
<img src="logo/logo_text_adaptive_color.svg" width="600em">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
Loading…
x
Reference in New Issue
Block a user