From 20164f8983338631f8109ef643f8e040e9a2ec49 Mon Sep 17 00:00:00 2001 From: speatzle Date: Tue, 8 Oct 2024 14:50:24 +0200 Subject: [PATCH] limit counter size --- static/style/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style/style.css b/static/style/style.css index b1a1f0f..dbd1d87 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -18,6 +18,8 @@ body { image-rendering: -moz-crisp-edges; image-rendering: crisp-edges; flex-grow: 1; + max-height: 50vh; + max-width: 22.5vh; } .counter {