fix(header): fixed header background

pull/1049/head
trashtemp 2021-12-28 20:38:57 +01:00
parent 9a8db59ddc
commit 28a75d00db
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 &&