Skip to content
Snippets Groups Projects
Commit 2b608302 authored by Arjun Kathuria's avatar Arjun Kathuria :rocket:
Browse files

fix donate button margin across mobile and desktop on homepage

parent b9bf29ba
No related branches found
No related tags found
1 merge request!196Fix new website mobile views and cleanup styles
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment