The great button centerification

This commit is contained in:
2023-11-16 12:17:36 +01:00
parent c2372dbcb3
commit 548c9e1479
12 changed files with 145 additions and 72 deletions

View File

@@ -113,18 +113,16 @@ onDestroy(close_socket)
<style>
.group {
flex: 1 1 auto;
text-align: center;
}
.label {
padding-left: 0.5em;
text-align: left;
font-size: 0.75em;
line-height: 0.7em;
line-height: 0.75em;
margin-top: 0.5em;
}
.stat {
text-align: center;
}
@media (max-width: 700px) {
@media (max-width: 600px) {
.label {
text-align: center;
padding-left: 0;