diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 07:28:09 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 07:28:09 +0100 |
commit | 3d6a71c59432b99b32a86e4c5df579f14bf7bec4 (patch) | |
tree | 573227896bce3e1e1e794a9cae1b578dce599e46 /themes/problematic/layouts/_default/single.html | |
parent | 3f05e1e592ba91fccc06b745f0b31a10ab2a1391 (diff) |
more tweaks and fleshed out reading page
Diffstat (limited to 'themes/problematic/layouts/_default/single.html')
-rw-r--r-- | themes/problematic/layouts/_default/single.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index bc7133a..50605d1 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -1,4 +1,11 @@ {{ define "main" }} + +<style type="text/css" media="screen"> + li { + margin-bottom: 1.2em; + } +</style> + <h1 class="title">{{ .Title }}</h1> {{ .Content }} {{ end }} |