From f27e7c2e3314e041347df4a8e404e30f15f44b6d Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 30 Mar 2016 13:06:24 -0400 Subject: [PATCH] 800->960px Former-commit-id: fe55b127679dedd1d56922693f5d65c78ca9d082 [formerly c53f94c16452e22d0823e0572cbd5102fb95ee3c] [formerly 51e1c5685928e73948a566593f3ec514eec3f8fa [formerly 934eeed055a53777d82cfd1de196f4d95638f4af]] Former-commit-id: 5ef804303bdd3afb469c278ad85e60765340f239 [formerly 40b91f223a51102f730b4c0ef3d35a7d3586725e] Former-commit-id: 10344b2864699b428c129536fb935da553ade3f7 --- 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; } }