css fixes
This commit is contained in:
parent
de9b03c786
commit
9c12f46ec1
2 changed files with 4 additions and 3 deletions
|
@ -137,7 +137,8 @@ h2 {
|
|||
}
|
||||
|
||||
.stats {
|
||||
text-align: justify;
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding: 1.5rem 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<h2>machines</h2>
|
||||
<section class="machines boxes">
|
||||
<section class="stats">
|
||||
VPS STATS — {{ 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>
|
||||
|
|
Loading…
Reference in a new issue