diff --git a/public/index.php b/public/index.php index 2bfec70a600da241d5907a5faf95e941bdf467e0..9a06a506977b492a31309cc6078a262a98e4e6ce 100644 --- a/public/index.php +++ b/public/index.php @@ -51,7 +51,7 @@ getHeader("Jonas Leder", "home"); <div id="banner"> <h2>Banner</h2> <a target="_blank" href="https://ipv6.he.net"><img src="<?php echo($heIMG); ?>" data-noPreview="true"></a> - <a target="_blank" href="https://www.abuseipdb.com/user/45130"><img class="abuseIpImg" src="<?php echo($abuseIPIMG); ?>" style="width: 401px;" data-noPreview="true"></a> + <a target="_blank" href="https://www.abuseipdb.com/user/45130"><img class="abuseIpImg" src="<?php echo($abuseIPIMG); ?>" data-noPreview="true"></a> </div> <br> <br> diff --git a/scss/_content.scss b/scss/_content.scss index 8d3aab7d0c4c075ef390ec424eb70ee82892ad0a..7c66457f3f27852d2380282486623ad051ec6e26 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -10,9 +10,10 @@ article{ border: 2px solid $accent-color; border-radius: 20px; padding: 10px; - margin-right: 20px; + margin-right: 10px; flex: 1 1 0; width: 0; + box-sizing: border-box; h2{ text-align: center; margin: 0; diff --git a/scss/_mobile.scss b/scss/_mobile.scss index 6a88b21e0cfb5fcf57eaa6d0b967fe92d561b138..3fe86a6cd5429039b6e1032f96a4cec93b390681 100644 --- a/scss/_mobile.scss +++ b/scss/_mobile.scss @@ -28,7 +28,7 @@ } article{ - width: 95%; + width: 100%; } .h-captcha{ width: 100%;