From e8f967619e02ebdd6daa5132012ea2382f34ce91 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 20 May 2017 19:34:46 -0700 Subject: [PATCH] templates/base: img has padding --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 57c0a39..2fac897 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,6 +44,7 @@ img { max-width: 100%; + padding: 1em; } {{ template "styles" . }}