diff --git a/static/css/view.css b/static/css/view.css index 979c8e5..f4dd83c 100644 --- a/static/css/view.css +++ b/static/css/view.css @@ -304,13 +304,13 @@ padding: 0.4em 1em 6em; background: #fdfdfd; } .yue { -max-width: 700px; +max-width: 960px; margin: 0 auto; } @media (min-width: 1200px) { .container{ - max-width: 700px; + max-width: 960px; } } diff --git a/templates/list.tmpl b/templates/list.tmpl index d2d79dd..a89e84e 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -11,11 +11,6 @@ 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 86881da..e28a50e 100644 --- a/templates/view.tmpl +++ b/templates/view.tmpl @@ -14,11 +14,6 @@ a.deleteable { cursor: pointer; } -@media (min-width: 1200px) { - .container { - max-width: 960px; - } -} {{ if .Coding }}