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 }}