kinda fix abuseipdb badge?

This commit is contained in:
Akis 2022-06-22 22:00:27 +03:00
parent 15cf1c7fb1
commit 687462f2d4
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
2 changed files with 17 additions and 3 deletions

View File

@ -30,7 +30,7 @@ body {
main {
padding: 1rem;
flex-grow: 1;
padding-bottom: 200px;
padding-bottom: 100px;
}
a {

View File

@ -29,12 +29,26 @@
<img
src="https://www.abuseipdb.com/contributor/82331.svg"
alt="AbuseIPDB Contributor Badge"
style="width: 270px;background: var(--accent-primary); padding: 0.5rem;position:absolute; bottom:8%;border-radius: 10px;"
/>
</a>
<style>
div {
padding-bottom: 200px;
padding-bottom: 150px;
}
img {
width: 270px;
background: var(--accent-primary);
padding: 0.5rem;
position: absolute;
bottom: 80px;
border-radius: 10px;
}
@media only screen and (max-width: 508px) {
img {
bottom: 160px;
}
}
</style>