summaryrefslogtreecommitdiff
path: root/$template.html
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2021-08-15 23:10:16 +0200
committerTom Smeding <tom@tomsmeding.com>2021-08-15 23:12:35 +0200
commit32617e00f49c2259bf99767c1f658691bc7fa20e (patch)
tree5fee1fb5aa016053046507fc26761e60d85934a6 /$template.html
parentb09bcc44c74b7cd2cccf786fde9e0211e54233ec (diff)
Add haskell/composition post
Diffstat (limited to '$template.html')
-rw-r--r--$template.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/$template.html b/$template.html
index 7892c2c..950b2bf 100644
--- a/$template.html
+++ b/$template.html
@@ -66,6 +66,10 @@ blockquote, pre {
font-family: inherit;
font-size: inherit;
}
+/* Make code within pre render correctly; markdown produces this */
+pre > code {
+ padding: 0;
+}
#main-content {
padding: 0px 50px;
margin: 0px auto;