fix donate button margin across mobile and desktop on homepage

This commit is contained in:
Arjun Kathuria 2021-10-09 13:27:07 +05:30
parent b9bf29ba2c
commit 2b60830203
1 changed files with 10 additions and 4 deletions

View File

@ -52,10 +52,16 @@ div.gh-badge img {
}
a.donate-badge img {
margin-top: 10px;
margin-bottom: 0;
padding: 0;
height: 35px;
margin-top: 10px;
margin-bottom: 0;
padding: 0;
height: 35px;
}
@media only screen and (min-width: 1000px) {
a.donate-badge img {
margin-top: 0;
}
}
/* Definition List styles */