mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Make tabs width dynamic
This commit is contained in:
@@ -51,7 +51,7 @@ const UnifiedCommunityPage: React.FC<Props> = ({
|
||||
<Tabs
|
||||
mt="2em"
|
||||
w={{
|
||||
lg: '70vw',
|
||||
lg: '100%',
|
||||
}}
|
||||
>
|
||||
<TabList ml={{ sm: '0em', lg: '4em' }} mr={{ sm: '0em', lg: '4em' }}>
|
||||
|
||||
Reference in New Issue
Block a user