diff --git a/css/ethplorer.css b/css/ethplorer.css index 6a244135..a10ad9b7 100644 --- a/css/ethplorer.css +++ b/css/ethplorer.css @@ -1132,6 +1132,26 @@ a.token-update { color: #337ab7 !important; } +.adsbygoogle { + display: inline-block; + width: 900px; + height: 17px; +} + +@media screen and (max-width: 979px) { + .adsbygoogle { + width: 480px !important; + } +} + +@media screen and (max-width: 479px) { + .adsbygoogle { + display: none !important; + } +} + + + @media screen and (max-width: 991px) { #topmenu li { padding-right: 0px; diff --git a/index.php b/index.php index ed0e28c4..61e5a7a3 100644 --- a/index.php +++ b/index.php @@ -689,7 +689,7 @@