summaryrefslogtreecommitdiff
path: root/resources/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/css/style.css')
-rw-r--r--resources/css/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/resources/css/style.css b/resources/css/style.css
index 5d08231..cc21013 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -27,6 +27,13 @@ stats {
margin-bottom: 12px;
}
+stats-two {
+ display: block;
+ height: 175px;
+ column-fill: auto;
+ column-width: 585px;
+}
+
content {
display: flex;
align-items: stretch;
@@ -134,11 +141,11 @@ td.text {
float: left;
}
-stats table {
+stats table, stats-two table {
border-spacing: 15px 0px;
}
-stats td {
+stats td, stats-two td {
width: 47px;
height: 47px;
font-size: 24px;