fix event width on mobile

This commit is contained in:
Michael Fatemi 2021-08-11 22:02:52 -04:00
parent ea2bdbe635
commit 7e2b8233b3

View File

@ -53,7 +53,7 @@ export default function Event({
tentativeInvites,
}}
>
<UISecondaryBox style={{ width: '35rem' }}>
<UISecondaryBox style={{ width: '35rem', maxWidth: '100vw' }}>
<div style={{ textAlign: 'center' }}>
<UISecondaryHeader>{name}</UISecondaryHeader>
{group && <GroupName group={group} />}