fix(serverheader): fixed positioning of header

pull/517/head
trashtemp 2022-01-15 17:40:34 +01:00
parent 8fa6f87dc2
commit 79114d72b8
No known key found for this signature in database
GPG Key ID: D1F0DB65081B0FC6
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;