forked from abner/for-legacy-web
fix(header): fixed header background
This commit is contained in:
@@ -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 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user