diff --git a/index2.html b/index2.html index abe92ab49934bcb9051459c5d7bf672ceb8175f4..b4c4e28776b25f396f2c97a435dfbebf5a8aef66 100644 --- a/index2.html +++ b/index2.html @@ -163,11 +163,10 @@
+ data-full-width-responsive="false"> diff --git a/style/main.css b/style/main.css index 8c8c09d8859678419bc0789364eefeee1ae78bf1..1f5f3ccd9df32b48e201d32143d604591abdcbe8 100644 --- a/style/main.css +++ b/style/main.css @@ -1127,6 +1127,7 @@ hr { .under-board-container, .under-board-container .adsbygoogle { + width: 100%; height: 80px; display: none; } diff --git a/style/main.scss b/style/main.scss index e438b75e15ab6b864f1711972771348be3bf83ee..a771bd8ee43b0473953afb3fd18f107da315875c 100644 --- a/style/main.scss +++ b/style/main.scss @@ -882,6 +882,7 @@ hr { .under-board-container, .under-board-container .adsbygoogle { + width: 100%; height: 80px; display: none; }