fix(serverheader): fixed positioning of header

This commit is contained in:
trashtemp
2022-01-15 17:40:34 +01:00
parent 4037c1232c
commit 7067844b7b

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;