From b9de810c69a5516febaefe99b877f9f29382d275 Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 23 Oct 2017 19:03:29 -0400 Subject: [PATCH] remove max-width on layout to allow more natural design in electron --- public/stylesheets/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 689e8b525..662899995 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,4 @@ #container { - max-width: 1100px; margin: 0 auto; /* center */ height: 100vh;