From cbf8094f63e25108b3dee43c37bde74aa587ff89 Mon Sep 17 00:00:00 2001 From: Khalid Ibrahim Date: Fri, 5 Apr 2019 18:32:35 +0800 Subject: [PATCH 1/2] removed google+ from footer --- src/images/google-plus.svg | 1 - src/index.html | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/images/google-plus.svg diff --git a/src/images/google-plus.svg b/src/images/google-plus.svg deleted file mode 100644 index 2ee6a6596b..0000000000 --- a/src/images/google-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/index.html b/src/index.html index 3da8f5aefe..20c191aca0 100755 --- a/src/index.html +++ b/src/index.html @@ -106,9 +106,6 @@

Welcome to Binary.com Webtrader

Youtube icon - - Google icon - Facebook icon From 6ff095c84411fd8e79a7112cd648c24070eee9bc Mon Sep 17 00:00:00 2001 From: Khalid Ibrahim Date: Mon, 8 Apr 2019 14:59:04 +0800 Subject: [PATCH 2/2] fixed social icon clickability --- src/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.scss b/src/index.scss index 0540f651ed..c4b7cd97d5 100644 --- a/src/index.scss +++ b/src/index.scss @@ -141,11 +141,13 @@ body { &__regulatory-icons { display: flex; align-items: center; + max-width: 400px; > * { margin-right: 20px; } @media screen and (max-width: 800px) { + max-width: 800px; margin-top: 50px; margin-bottom: 30ox; justify-content: center;