From 8ad03ea6e2eff98ee2d25e3ff917c3cf581bbba4 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Sat, 21 Dec 2019 21:12:32 -0500 Subject: [PATCH] Add margin between social icons --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 9b43731..a7467d9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -24,6 +24,8 @@ img.u-photo { .glyph { font-size: 1.25em; + margin-left: 1px; + margin-right: 1px; } nav.site-menu {