From 9a70697a23f298b9bd4edde124a04bcc78de2370 Mon Sep 17 00:00:00 2001 From: hackyminer Date: Thu, 5 Apr 2018 18:48:27 +0900 Subject: [PATCH] src: remove min-width attribute from body --- src/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index d887cc9..f8ca299 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -4,7 +4,6 @@ html { body { width: 100%; - min-width: 1900px; font-smooth: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;