From 7d32b44da4d6f3e87f804c33215fa42029bc2f7b Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Fri, 9 Dec 2022 19:56:23 +0100 Subject: [PATCH] better sizing calculations --- static/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/global.css b/static/global.css index b98cef7..87a0293 100644 --- a/static/global.css +++ b/static/global.css @@ -76,3 +76,7 @@ button:focus, .button:focus, button:hover, .button:hover { border-color: #666; text-decoration: none; } + +* { + box-sizing: border-box; +} \ No newline at end of file