mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-17 17:40: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,
|
tentativeInvites,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<UISecondaryBox style={{ width: '35rem' }}>
|
<UISecondaryBox style={{ width: '35rem', maxWidth: '100vw' }}>
|
||||||
<div style={{ textAlign: 'center' }}>
|
<div style={{ textAlign: 'center' }}>
|
||||||
<UISecondaryHeader>{name}</UISecondaryHeader>
|
<UISecondaryHeader>{name}</UISecondaryHeader>
|
||||||
{group && <GroupName group={group} />}
|
{group && <GroupName group={group} />}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user