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;
|
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;
|
||||||
}
|
}
|
|
@ -32,8 +32,8 @@
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<section class="stats">
|
||||||
VPS STATS — {{ vps_stats|safe }}
|
VPS STATS — {{ vps_stats|safe }}
|
||||||
</footer>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue