Fix: Detail logo was too close to the media rating container on TVs
This commit is contained in:
parent
62aeb6986e
commit
d160a77c21
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ html {
|
||||||
|
|
||||||
.layout-tv .detailLogo {
|
.layout-tv .detailLogo {
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
top: 40vh;
|
top: 39vh;
|
||||||
left: 30vw;
|
left: 30vw;
|
||||||
width: 60vw;
|
width: 60vw;
|
||||||
margin: auto 5vw;
|
margin: auto 5vw;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue