diff options
| author | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-07-16 21:15:01 -0700 |
|---|---|---|
| committer | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-07-22 07:50:36 -0700 |
| commit | 85916c04040b7e8a2031b44bd6cf860184f2c023 (patch) | |
| tree | e01347f67773a0580eea3c46ffd89ea4cef83672 /resources/css/style.css | |
| parent | 4262be2efbbf2552ee28286c208585f8542467f7 (diff) | |
added bodyguards to model index
Diffstat (limited to 'resources/css/style.css')
| -rw-r--r-- | resources/css/style.css | 11 |
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; |