update readme

This commit is contained in:
Lucas Chaplain 2022-01-29 14:44:34 +01:00
parent e6f8f43b6c
commit cac379426b

View file

@ -39,16 +39,16 @@ The function is [x] if it still runs <u>without</u> JavaScript enabled.
## Screenshots ## Screenshots
<div style="display:grid;grid-template-columns: repeat(3, 1fr);grid-gap: 10px;grid-auto-rows: minmax(100px, auto);"> <div style="display:flex;flex-direction:row;">
<p style="text-align:center;margin-bottom:5rem;"> <p style="text-align:center;margin-right:5rem;">
<span>480px</span> <span>480px</span>
<img src="static/screenshots/screenshot-480.png" /> <img src="static/screenshots/screenshot-480.png" />
</p> </p>
<p style="text-align:center;margin-bottom:5rem;"> <p style="text-align:center;margin-right:5rem;">
<span>768px</span> <span>768px</span>
<img src="static/screenshots/screenshot-768.png" /> <img src="static/screenshots/screenshot-768.png" />
</p> </p>
<p style="text-align:center;margin-bottom:5rem;"> <p style="text-align:center;">
<span>1280px</span> <span>1280px</span>
<img src="static/screenshots/screenshot-1280.png" /> <img src="static/screenshots/screenshot-1280.png" />
</p> </p>