fix(header): fixed header background
parent
9a8db59ddc
commit
28a75d00db
|
|
@ -26,9 +26,12 @@ const ServerBanner = styled.div<Props>`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
background-position: center;
|
/*background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;*/
|
||||||
|
|
||||||
|
background-size: cover !important;
|
||||||
|
background-position: center center !important;
|
||||||
|
|
||||||
${(props) =>
|
${(props) =>
|
||||||
props.background &&
|
props.background &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue