fix(site): Fix navbar alignment on small screens (#7739)

Co-authored-by: Ammar Bandukwala <ammar@ammar.io>
This commit is contained in:
Bruno Quaresma 2023-06-01 10:49:20 -03:00 committed by GitHub
parent b32ed2d97e
commit 1952c042e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ export const NavbarView: FC<NavbarViewProps> = ({
<Box
display="flex"
marginLeft={{ lg: "auto" }}
marginLeft={{ md: "auto" }}
gap={2}
alignItems="center"
paddingRight={2}