diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -40,16 +40,13 @@ The function is [x] if it still runs <u>without</u> JavaScript enabled. ## Screenshots <div style="width:100%;display:flex;flex-direction:row;"> - <p style="text-align:center;"> + <div style="width:33%;height:1250px;text-align:center;background:url('static/screenshots/screenshot-480.png') no-repeat top;background-size:contain"> <span>480px</span> - <img src="static/screenshots/screenshot-480.png" /> - </p> - <p style="text-align:center;"> + </div> + <div style="width:33%;height:1250px;text-align:center;background:url('static/screenshots/screenshot-768.png') no-repeat top;background-size:contain"> <span>768px</span> - <img src="static/screenshots/screenshot-768.png" /> - </p> - <p style="text-align:center;"> + </div> + <div style="width:33%;height:1250px;text-align:center;background:url('static/screenshots/screenshot-1280.png') no-repeat top;background-size:contain"> <span>1280px</span> - <img src="static/screenshots/screenshot-1280.png" /> - </p> + </div> </div>
\ No newline at end of file |