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 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;