Fix uncentered channel banner image

This commit is contained in:
syeopite 2021-04-17 04:10:18 -07:00
parent dfbc6c5bc7
commit 791d54635a
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
2 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,8 @@
flex-direction: column-reverse;
height: calc(100vw / 6.2 - 1px);
background-size: cover !important;
background-repeat: no-repeat !important;
background-size: cover;
background-position: center;
}
#link-holder {