stats layout
This commit is contained in:
parent
691088362e
commit
4a222c33ca
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
}
|
|
@ -32,8 +32,8 @@
|
|||
</a>
|
||||
{% endfor %}
|
||||
</main>
|
||||
<footer>
|
||||
<section class="stats">
|
||||
VPS STATS — {{ vps_stats|safe }}
|
||||
</footer>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue