diff options
Diffstat (limited to 'web/static')
-rw-r--r-- | web/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css index e770c85..89f4267 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -345,7 +345,7 @@ div#visits { padding: 0.4rem; display: grid; - grid-template-columns: 1.5ch repeat(5, 2fr) 1.5ch; + grid-template-columns: 2ch repeat(5, 2fr) 2ch; grid-auto-rows: min-content; grid-row-gap: 0.3em; } |