Skip to content

Commit

Permalink
fix logo width on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jun 1, 2024
1 parent c79ba8b commit 1d1dcd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hyperglass/ui/components/header/title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const MWrapper = (props: MWrapperProps): JSX.Element => {
layout
spacing={1}
alignItems={formInteractive ? 'center' : 'flex-start'}
maxWidth="25%"
{...props}
/>
);
Expand Down

0 comments on commit 1d1dcd8

Please sign in to comment.