From a3ddea23c892bcd5b1bc25512ed6f6e745b9206e Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Sat, 30 Jul 2016 21:51:44 -0400 Subject: [PATCH] min / max widths --- template/styles/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/styles/main.css b/template/styles/main.css index 23250b2d..20c1e458 100644 --- a/template/styles/main.css +++ b/template/styles/main.css @@ -7,6 +7,7 @@ html, body { font-size: 14px; line-height: 1.5; font-family: -webkit-system-font, sans-serif; + min-width: 850px; } a { @@ -74,6 +75,7 @@ a.logo img { } header { + min-width: 850px; height: 96px; position: absolute; left: 0; @@ -183,6 +185,7 @@ main { overflow-y: scroll; height: 100%; + max-width: 1440px; } main a.edit {