From edecccb05ef09ab0dba5a6a89b8fa3d25a1c53df Mon Sep 17 00:00:00 2001 From: Stanislav K Date: Tue, 25 Apr 2017 00:27:16 +0300 Subject: [PATCH] Remove green roder line from footer logo --- .gitignore | 2 ++ source/stylesheets/components/footer.scss | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89ca8334..808da178 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ node_modules .env .sepcontent-space-hash /data + +/.idea diff --git a/source/stylesheets/components/footer.scss b/source/stylesheets/components/footer.scss index 7a75be3c..ad98468f 100644 --- a/source/stylesheets/components/footer.scss +++ b/source/stylesheets/components/footer.scss @@ -4,10 +4,8 @@ footer { } .footer-logo-wrap { margin: 0 auto; - padding-bottom: 15px; width: 140px; text-align: center; - border-bottom: solid 2px #00a15f; } .footer-actions { padding: 30px;