From 934eeed055a53777d82cfd1de196f4d95638f4af Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 30 Mar 2016 13:06:24 -0400 Subject: [PATCH] 800->960px --- templates/view.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/view.tmpl b/templates/view.tmpl index f9cadf5..7eb3ac0 100644 --- a/templates/view.tmpl +++ b/templates/view.tmpl @@ -47,7 +47,7 @@ a.deleteable { @media (min-width: 1200px) { .container { - max-width: 800px; + max-width: 960px; } }