From ff5477b37768b59b8d1473653fc4870f0c04c7c9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Aug 2018 14:32:13 -0400 Subject: [PATCH] increasing hours font size in footer --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 7b2fea9..4244c0d 100644 --- a/style.css +++ b/style.css @@ -2452,6 +2452,7 @@ Social text-align: center; position: relative; z-index: 99; + font-size: 18px; } .social-icons { position: fixed; -- 2.17.1