fix abuseip banner on mobile

This commit is contained in:
Jonas Leder 2021-03-28 20:43:34 +02:00
parent 2ccd968ad1
commit d1f646d58a
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

@ -28,7 +28,7 @@
}
article{
width: 95%;
width: 100%;
}
.h-captcha{
width: 100%;