mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-11 17:22:24 +05:30
14 lines
233 B
CSS
14 lines
233 B
CSS
#channel-banner-container {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
#banner {
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
|
|
height: calc(100vw / 6.2 - 1px);
|
|
background-size: cover !important;
|
|
background-repeat: no-repeat !important;
|
|
}
|
|
|