From 85916c04040b7e8a2031b44bd6cf860184f2c023 Mon Sep 17 00:00:00 2001 From: 0xNul <57599792+0xNul@users.noreply.github.com> Date: Sun, 16 Jul 2023 21:15:01 -0700 Subject: added bodyguards to model index --- resources/css/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'resources/css/style.css') 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; -- cgit v1.2.3