mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 04:02:23 +00:00
Fix GitHub link position
Was broken on mobile
This commit is contained in:
parent
c92fbbe8b8
commit
8edadfb75e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue