Skip to content

Commit 1952c04

Browse files
fix(site): Fix navbar alignment on small screens (#7739)
Co-authored-by: Ammar Bandukwala <ammar@ammar.io>
1 parent b32ed2d commit 1952c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Navbar/NavbarView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const NavbarView: FC<NavbarViewProps> = ({
161161

162162
<Box
163163
display="flex"
164-
marginLeft={{ lg: "auto" }}
164+
marginLeft={{ md: "auto" }}
165165
gap={2}
166166
alignItems="center"
167167
paddingRight={2}

0 commit comments

Comments
 (0)