From 25ca9fd2a435c3d16677f0501e86e020820fba8b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 26 Jan 2022 09:06:33 -0500 Subject: Give feed icon some space. --- css/dthompson.css | 4 ++++ theme.scm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/dthompson.css b/css/dthompson.css index 9588df0..b47f092 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -59,6 +59,10 @@ blockquote { font-style: italic; } +.feed-icon { + padding-left: 1rem; +} + /* Footer */ footer { diff --git a/theme.scm b/theme.scm index a8b7716..0a81d40 100644 --- a/theme.scm +++ b/theme.scm @@ -102,7 +102,7 @@ free culture works available under the " ,%cc-by-sa-link " license.") `((h1 ,title (a (@ (href "/feed.xml")) - (img (@ (src "images/feed.png"))))) + (img (@ (class "feed-icon") (src "images/feed.png"))))) ,(map (lambda (post) (let ((uri (string-append "/" (site-post-slug site post) -- cgit v1.2.3