1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-01 16:37:39 +01:00

Fix GitHub link position

Was broken on mobile
This commit is contained in:
montylion 2021-07-14 11:21:12 +02:00
parent c92fbbe8b8
commit 8edadfb75e
No known key found for this signature in database
GPG key ID: E259C2F34CE17F04

View file

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