From 697eb658103d167a1fa5b0334f92f2f74cd0252a Mon Sep 17 00:00:00 2001 From: Anoop Sethumadhavan Date: Fri, 18 May 2018 08:08:38 +0530 Subject: [PATCH] More CSS changes --- css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/styles.css b/css/styles.css index 167f655..9a31aa7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -163,6 +163,9 @@ select{ .social-links{ margin: 20px 0px 0px 0px; } +.footer .social-links{ + margin: 20px 0px 40px 0px; +} .center{ text-align: center; }