From ac77c00a7f2e11d7cc9755d654c74a9d3d722dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A8=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD=D1=81=D0=BA=D0=B8=D0=B9?= Date: Sun, 26 Nov 2023 21:12:02 +0300 Subject: [PATCH] fix very big picture with stats --- wwwroot/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 698f928..e3ef824 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -9,6 +9,10 @@ html { .readme{ font-family: 'Anonymous Pro'; } +.stats { + width: 60vmax; + max-width: 1000px; +} body { background: #2c2c2c; color: white;