Move channel specific CSS to separate file
parent
35d94f9ed3
commit
710b269d30
@ -0,0 +1,13 @@
|
|||||||
|
#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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue