css fixes

This commit is contained in:
Tomáš Mládek 2021-10-05 23:38:00 +02:00
parent de9b03c786
commit 9c12f46ec1
2 changed files with 4 additions and 3 deletions

View file

@ -137,7 +137,8 @@ h2 {
}
.stats {
text-align: justify;
display: block;
text-align: center;
padding: 1.5rem 0;
}

View file

@ -60,7 +60,7 @@
<h2>machines</h2>
<section class="machines boxes">
<section class="stats">
VPS STATS &mdash; {{ vps_stats|safe }}
VPS STATS<br>{{ vps_stats|safe }}
</section>
{% for machine in machines %}
{% if machine.url %}
@ -117,4 +117,4 @@
</section>
{% endif %}
</body>
</html>
</html>