Skip to content

Commit

Permalink
Fix grid for activity section
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Nov 11, 2022
1 parent f21b43f commit e52acf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/ActivityDashboard/ActivitySection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ export function ActivitySection({ children, title }: Props) {

<div
className={clsx(
'grid grid-cols-1',
'grid justify-center',
'gap-x-12 gap-y-sds-xl',
'screen-600:grid-cols-napari-2',
'grid-cols-1',
'screen-600:grid-cols-2',
'screen-875:grid-cols-napari-3',
)}
>
Expand Down

0 comments on commit e52acf0

Please sign in to comment.