From 33730144b254623c7db5b2b671d2f06fc4b8d69d Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 14 Sep 2019 11:15:12 +0400 Subject: [PATCH] Add footer columns --- components/footer/index.js | 6 +++--- components/footer/style.scss | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/components/footer/index.js b/components/footer/index.js index 09e476645..83620669b 100644 --- a/components/footer/index.js +++ b/components/footer/index.js @@ -22,7 +22,7 @@ const Footer = () => (

-
+
-
+
-
+
  • Most Visited
  • Frontend Roadmap
  • diff --git a/components/footer/style.scss b/components/footer/style.scss index 20d363ba1..e62aff2b4 100644 --- a/components/footer/style.scss +++ b/components/footer/style.scss @@ -67,8 +67,7 @@ } .foot-col { - max-width: 190px; - + margin-bottom: 20px; a { color: #999; }