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 13:49:20 +00:00
committed by GitHub
co-authored by Ammar Bandukwala
parent b32ed2d97e
commit 1952c042e1
+1 -1
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}