From ba49e1f50178a2297bdd90792c8d6391dff73790 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Tue, 8 Sep 2015 18:45:34 +0430 Subject: [PATCH] Fix chrome footer font size --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index bc02cc2..fb976cd 100644 --- a/style.css +++ b/style.css @@ -73,6 +73,8 @@ footer { color: #5E6572; text-align: center; + + font-size: 1.6rem; } footer a {