fix(header): fixed header background

pull/473/head
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
1 changed files with 5 additions and 2 deletions

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 &&