From 08dfda8b67baf33aa5ebcf2b3aa7bfaa40169298 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 15 Feb 2019 12:19:08 -0500 Subject: [PATCH] adding more margin to the top of the footer social links --- scss/_footer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_footer.scss b/scss/_footer.scss index e7cd923..e610ea8 100644 --- a/scss/_footer.scss +++ b/scss/_footer.scss @@ -119,6 +119,7 @@ footer.main { } .social-links { margin-top: 50px; + text-align: center; .social-icon { background-image: url("../assets/social-icons-set-white.png"); -- 2.17.1