From b1d006fcf2582122990581764713c51bb55f6ab1 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 10 Feb 2020 15:08:42 -0500 Subject: [PATCH] Make Reader width consistent with other pages --- templates/read.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"}} -
+

{{.ContentTitle}}

{{if .SelTopic}}#{{.SelTopic}} posts{{else}}{{.Content}}{{end}}