From 53baef4d8b37c887e7157aad1c4f9d3d3af4e73b Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Fri, 6 Dec 2019 23:09:28 -0500 Subject: [PATCH] Reduce size for social icon glyphs --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 804a9b2..3394fe2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,5 +3,5 @@ img.u-photo { } .glyph { - font-size: 1.5em; + font-size: 1.25em; } \ No newline at end of file