From 1acd5d6a48270717a85d746c94407ecd16b6ca8d Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 22 Jul 2021 22:04:57 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20overflow=20pomoc=C3=AD=20box-sizing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/style.css b/templates/style.css index b77fe0c..6559cb3 100644 --- a/templates/style.css +++ b/templates/style.css @@ -11,6 +11,7 @@ src: url(fnt/RobotoSlab-Light.ttf); } +* { box-sizing: border-box } html { scroll-behavior: smooth } body {