Improve userbase statistics image handling

- Use classes instead of in-line styling
 - Link to full-size image
This commit is contained in:
Andrew David Wong 2020-08-29 19:40:04 -05:00
parent 3bf7ef985c
commit 9f5e0863e5
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -6,8 +6,10 @@ redirect_from:
- /counter/
---
<div style="text-align: center; margin-bottom: 3em;">
<img src="https://tools.qubes-os.org/counter/stats.png" alt="Estimated Qubes OS userbase graph"/>
<div class="center-block more-bottom">
<a href="https://tools.qubes-os.org/counter/stats.png">
<img src="https://tools.qubes-os.org/counter/stats.png" alt="Estimated Qubes OS userbase graph"/>
</a>
</div>
FAQ