From 5abdb5bb373a367f2e44d35da7d63fec36e658dc Mon Sep 17 00:00:00 2001 From: Jamison Date: Mon, 17 Feb 2020 11:37:39 -0500 Subject: [PATCH] ## --- css/mobile-first.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index fa1f20c..8e877ec 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -186,8 +186,8 @@ width: 20%; border-top: 2px solid white; } - i { - width: 100%; + i.fab .fas { + font-size: 200%; color: grey; } ul { @@ -252,6 +252,9 @@ nav { visibility: hidden; } + footer > p { + color: white; + } /*Desktop*/ @media (min-width: 768px) { nav {