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 {
|
.stats {
|
||||||
text-align: justify;
|
display: block;
|
||||||
|
text-align: center;
|
||||||
padding: 1.5rem 0;
|
padding: 1.5rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
<h2>machines</h2>
|
<h2>machines</h2>
|
||||||
<section class="machines boxes">
|
<section class="machines boxes">
|
||||||
<section class="stats">
|
<section class="stats">
|
||||||
VPS STATS — {{ vps_stats|safe }}
|
VPS STATS<br>{{ vps_stats|safe }}
|
||||||
</section>
|
</section>
|
||||||
{% for machine in machines %}
|
{% for machine in machines %}
|
||||||
{% if machine.url %}
|
{% if machine.url %}
|
||||||
|
|
Loading…
Reference in a new issue