Skip to content

Commit

Permalink
Fix colspans for event card
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jan 12, 2024
1 parent 2f6a4df commit 204242f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom-pages/learn/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import { Pill } from '$veda-ui-scripts/styles/pill';


export const continuumFoldSpanCols = {
smallUp: 1,
mediumUp: 2,
smallUp: 4,
mediumUp: 8,
largeUp: 4
};

Expand Down

0 comments on commit 204242f

Please sign in to comment.