diff options
-rw-r--r-- | README.md | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -39,14 +39,8 @@ The function is [x] if it still runs <u>without</u> JavaScript enabled. ## Screenshots -<div style="width:100%;display:flex;flex-direction:row;"> - <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> - </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> - </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> - </div> -</div>
\ No newline at end of file +<a href="static/screenshots/screenshot-480.png">480px</a> + +<a href="static/screenshots/screenshot-768.png">768px</a> + +<a href="static/screenshots/screenshot-1280.png">1280px</a> |