From 74df79e16d2b4c0310b6eb96cda1a9e999fe82ff Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 12 Apr 2020 13:23:42 -0400 Subject: [PATCH] Disable horizontal scroll --- assets/css/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index 025f69e..6b1f8e2 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -5,6 +5,8 @@ @import "theme"; body { + max-width: 100%; + overflow-x: hidden; font-family: 'Lato', sans-serif; }