From 3bcf06fda7d74c4dfe0efa81a36f52900a2f2597 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Fri, 15 Jun 2018 14:02:45 +0200 Subject: [PATCH] Improve responsivness --- src/static/stylesheets/content.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/stylesheets/content.scss b/src/static/stylesheets/content.scss index 785304d..1de3e9a 100644 --- a/src/static/stylesheets/content.scss +++ b/src/static/stylesheets/content.scss @@ -3,6 +3,7 @@ .contentWrapper { display: inline-block; overflow: auto; + box-sizing: border-box; padding: 20px; a { color: $blue;