stats layout

This commit is contained in:
Tomáš Mládek 2020-06-15 12:20:01 +02:00
parent 691088362e
commit 4a222c33ca
2 changed files with 6 additions and 4 deletions

View file

@ -33,6 +33,7 @@ main {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: -1rem;
}
.service {
@ -103,11 +104,12 @@ main {
color: darkred;
}
footer {
.stats {
text-align: justify;
padding: 1.5rem 0;
}
footer em {
.stats em {
font-style: normal;
font-weight: bold;
}

View file

@ -32,8 +32,8 @@
</a>
{% endfor %}
</main>
<footer>
<section class="stats">
VPS STATS &mdash; {{ vps_stats|safe }}
</footer>
</section>
</body>
</html>