From 727fd56730edd7ed5fd3ec46a01c6a8902a9321c Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Sun, 4 Jan 2026 23:29:18 +0100 Subject: [PATCH] [Chore]: More stats css fixes --- infrastructure/web/public/stylesheets/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/web/public/stylesheets/custom.css b/infrastructure/web/public/stylesheets/custom.css index 60717d1..3c00712 100644 --- a/infrastructure/web/public/stylesheets/custom.css +++ b/infrastructure/web/public/stylesheets/custom.css @@ -2549,7 +2549,8 @@ body.light-mode .theme-icon-light { border: 1px solid var(--overlay-purple-30); border-radius: 15px; padding: 2rem; - height: 500px; + padding-bottom: 4rem; + height: 550px; position: relative; }