fix(header): fixed header background

This commit is contained in:
trashtemp 2021-12-28 20:38:57 +01:00
parent e814064001
commit 37c15eaa3e
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -26,9 +26,12 @@ const ServerBanner = styled.div<Props>`
display: flex;
flex-direction: column;
justify-content: end;
background-position: center;
/*background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-size: cover;*/
background-size: cover !important;
background-position: center center !important;
${(props) =>
props.background &&