fix: top navbar logo was not always centered

This commit is contained in:
Jordan Knott 2020-09-11 14:43:46 -05:00
parent aa5e1c0661
commit 227ce5966d

View File

@ -251,8 +251,8 @@ export const NavSeparator = styled.div`
export const LogoContainer = styled(Link)`
display: block;
left: 50%;
right: 50%;
position: absolute;
transform: translateX(-50%);
display: flex;
align-items: center;
justify-content: center;