From 9d1ea15e91b7ad443266d93c9a8448bd48a166d4 Mon Sep 17 00:00:00 2001 From: erciccione Date: Tue, 5 Jan 2021 10:48:01 +0000 Subject: [PATCH] footer: add icon to feed --- _includes/footer.html | 4 +--- css/custom.css | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 169196bc..03d3fb89 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -43,14 +43,12 @@
-
diff --git a/css/custom.css b/css/custom.css index ed6c3b3f..2a092a17 100644 --- a/css/custom.css +++ b/css/custom.css @@ -2890,6 +2890,13 @@ footer a.white:hover, a.white:focus { margin: 0 1rem; } +.footer-links img { + width: 1rem; + display: inline-block; + vertical-align: middle; + padding-right: 0.2rem; +} + @media only screen and (max-width: 75rem) { }