mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-08-02 19:31:19 -04:00
Extend bio width on XXL screens
This commit is contained in:
@@ -334,7 +334,7 @@ function ProfileContent(props: {
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
className="mt-4 grid grid-cols-1 items-start gap-6 md:grid-cols-[1fr_500px] xl:grid-cols-[1fr_800px]"
|
||||
className="mt-4 grid grid-cols-1 items-start gap-6 md:grid-cols-[1fr_500px] xl:grid-cols-[1fr_800px] 3xl:grid-cols-[1fr_900px]"
|
||||
data-testid="profile-content"
|
||||
>
|
||||
<Col className="gap-6">
|
||||
|
||||
@@ -19,6 +19,7 @@ module.exports = {
|
||||
lg: '1024px',
|
||||
xl: '1280px',
|
||||
'2xl': '1536px',
|
||||
'3xl': '1800px',
|
||||
},
|
||||
|
||||
fontFamily: Object.assign(
|
||||
|
||||
Reference in New Issue
Block a user