From 7820886ecab980726d519d4fb5e2036a8b1b6ef9 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Fri, 6 Dec 2019 23:22:47 -0500 Subject: [PATCH] Add padding around author photo --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 3394fe2..ca3c0c5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,5 +1,6 @@ img.u-photo { max-width: 60px; + padding: 0.5em; } .glyph {