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}
/>
);