Extend bio width on XXL screens

This commit is contained in:
MartinBraquet
2026-06-08 23:14:43 +02:00
parent 622e137c73
commit fa51c23a11
2 changed files with 2 additions and 1 deletions

View File

@@ -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">

View File

@@ -19,6 +19,7 @@ module.exports = {
lg: '1024px',
xl: '1280px',
'2xl': '1536px',
'3xl': '1800px',
},
fontFamily: Object.assign(