feat: update of partner
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
line-height: 88px;
|
||||
text-align: center;
|
||||
font-size: 28px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
position: fixed;
|
||||
top: 98px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100vw;
|
||||
@ -121,3 +121,10 @@
|
||||
margin-left: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
#posterCanvas {
|
||||
position: fixed;
|
||||
bottom: -99999px;
|
||||
left: -99999px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user