From fd12d9b767e53ec9f80cca22525ecb2c7d108dad Mon Sep 17 00:00:00 2001 From: Angela Busato Date: Tue, 30 May 2023 08:08:40 +0200 Subject: [PATCH] refact(Project): add box-sizing --- src/styles/global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index 8415307..4053054 100755 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -11,6 +11,7 @@ html { * { color: $text-primary; text-decoration: none; + box-sizing: border-box; } body {