From d1f5d75b6b8f27a1ecf25af53b4892b126b1caab Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Sat, 1 Dec 2018 19:29:03 +0100 Subject: [PATCH] css: restore min width --- src/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/style.css b/src/css/style.css index 0ab6c91..e4c5028 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -4,6 +4,7 @@ html { body { width: 100%; + min-width: 1900px; font-smooth: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;