fix(serverheader): fixed positioning of header

pull/1049/head
trashtemp 2022-01-15 17:40:34 +01:00
parent 4037c1232c
commit 7067844b7b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const ServerBanner = styled.div<Omit<Props, "server">>`
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: end;
justify-content: flex-end;
background-size: cover;
background-repeat: norepeat;