fix(serverheader): fixed positioning of header

This commit is contained in:
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

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;