1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 13:28:27 +00:00

fix logo width on mobile

This commit is contained in:
thatmattlove 2024-05-31 23:00:51 -04:00
parent c79ba8b727
commit 1d1dcd8319

View file

@ -28,7 +28,6 @@ const MWrapper = (props: MWrapperProps): JSX.Element => {
layout
spacing={1}
alignItems={formInteractive ? 'center' : 'flex-start'}
maxWidth="25%"
{...props}
/>
);