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

View file

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