From b887bea41c6277b4f93b0efe7dc2767bb64ecbcc Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 30 Mar 2016 13:11:30 -0400 Subject: [PATCH] 800->960px Former-commit-id: cb52bcce9e36fe059872e5298c608040011da5aa [formerly 804a85c4e976173c7e05c2c71e2e191e3f99703a] [formerly 7731ace2dc06dada2037bbb9dce7c53f4c61a32f [formerly 248528a3559a4c33f5daf5d46b8dfbf79e54c922]] Former-commit-id: 758ed4a14ccb3872d95f90048c5c687013d6e374 [formerly 721ef84965ab49b4fb1073d8f5c707b4972cb23f] Former-commit-id: 22e7b776e2c4d191ea84eae7b1dfcf09fe23acda --- 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 }}