From 97f6c6b23b854ced0924d02e4841a3b20656760f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Zaj=C4=85c?= Date: Fri, 13 Mar 2026 16:30:57 +0100 Subject: [PATCH] css --- app/static/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/css/app.css b/app/static/css/app.css index 72887c8..b2ff00f 100644 --- a/app/static/css/app.css +++ b/app/static/css/app.css @@ -1,3 +1,4 @@ +*,*::after,*::before {box-sizing: border-box;} body { min-height: 100vh; background: var(--bs-tertiary-bg); } pre { white-space: pre-wrap; } html, body { overflow-x: hidden; }