mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-09 22:00:16 -04:00
fix event width on mobile
This commit is contained in:
parent
ea2bdbe635
commit
7e2b8233b3
|
@ -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} />}
|
||||
|
|
Loading…
Reference in New Issue
Block a user