From ce55d06078f0989b30aeb5665bace8e040ebf398 Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Sat, 30 Jul 2016 21:53:05 -0400 Subject: [PATCH] min 720 --- template/styles/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/styles/main.css b/template/styles/main.css index 20c1e458..28d05674 100644 --- a/template/styles/main.css +++ b/template/styles/main.css @@ -7,7 +7,7 @@ html, body { font-size: 14px; line-height: 1.5; font-family: -webkit-system-font, sans-serif; - min-width: 850px; + min-width: 720px; } a { @@ -75,7 +75,7 @@ a.logo img { } header { - min-width: 850px; + min-width: 720px; height: 96px; position: absolute; left: 0;