Browse Source

Fix GitHub link position

Was broken on mobile
pull/1/head
montylion 4 years ago
parent
commit
8edadfb75e
No known key found for this signature in database
GPG Key ID: E259C2F34CE17F04
  1. 4
      src/views/Search.css

4
src/views/Search.css

@ -13,11 +13,11 @@ @@ -13,11 +13,11 @@
}
.cardView > div:first-child {
margin-top: 0;
margin-top: 38px;
}
.topRightCredits {
position: fixed;
position: absolute;
right: 1rem;
top: 1rem;
margin-top: 0 !important;

Loading…
Cancel
Save