mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
kinda fix abuseipdb badge?
This commit is contained in:
parent
15cf1c7fb1
commit
687462f2d4
@ -30,7 +30,7 @@ body {
|
||||
main {
|
||||
padding: 1rem;
|
||||
flex-grow: 1;
|
||||
padding-bottom: 200px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user