diff --git a/templates/read.tmpl b/templates/read.tmpl index ddcccdd..fe42f7b 100644 --- a/templates/read.tmpl +++ b/templates/read.tmpl @@ -75,11 +75,14 @@ body#collection header nav.tabs a:first-child { margin-left: 1em; } + body#collection article { + max-width: 40em !important; + } {{end}} {{define "body-attrs"}}id="collection"{{end}} {{define "content"}} -
{{if .SelTopic}}#{{.SelTopic}} posts{{else}}{{.Content}}{{end}}