forked from ProjectSegfault/website
kinda fix abuseipdb badge?
This commit is contained in:
parent
15cf1c7fb1
commit
687462f2d4
@ -30,7 +30,7 @@ body {
|
|||||||
main {
|
main {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding-bottom: 200px;
|
padding-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -29,12 +29,26 @@
|
|||||||
<img
|
<img
|
||||||
src="https://www.abuseipdb.com/contributor/82331.svg"
|
src="https://www.abuseipdb.com/contributor/82331.svg"
|
||||||
alt="AbuseIPDB Contributor Badge"
|
alt="AbuseIPDB Contributor Badge"
|
||||||
style="width: 270px;background: var(--accent-primary); padding: 0.5rem;position:absolute; bottom:8%;border-radius: 10px;"
|
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
div {
|
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>
|
</style>
|
Loading…
Reference in New Issue
Block a user