mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-11 16:49:28 -04:00
Adjust profile layout: update responsive grid column sizes for medium and extra-large screens
This commit is contained in:
@@ -275,7 +275,7 @@ function ProfileContent(props: {
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
className="mt-4 grid grid-cols-1 items-start gap-6 lg: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]"
|
||||
data-testid="profile-content"
|
||||
>
|
||||
<Col className="gap-6">
|
||||
|
||||
Reference in New Issue
Block a user