From 248528a3559a4c33f5daf5d46b8dfbf79e54c922 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 30 Mar 2016 13:11:30 -0400 Subject: [PATCH] 800->960px --- templates/list.tmpl | 5 +++++ templates/view.tmpl | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/templates/list.tmpl b/templates/list.tmpl index a89e84e..d2d79dd 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -11,6 +11,11 @@ padding: 0; list-style-type: none; } +@media (min-width: 1200px) { + .container { + max-width: 960px; + } +} diff --git a/templates/view.tmpl b/templates/view.tmpl index 7eb3ac0..86881da 100644 --- a/templates/view.tmpl +++ b/templates/view.tmpl @@ -14,6 +14,11 @@ a.deleteable { cursor: pointer; } +@media (min-width: 1200px) { + .container { + max-width: 960px; + } +} {{ if .Coding }} {{ end }}