Skip to content

Commit

Permalink
Merge pull request #265 from NASA-IMPACT/252-learn-page
Browse files Browse the repository at this point in the history
Fix colspans for event card
  • Loading branch information
hanbyul-here authored Jan 16, 2024
2 parents 04649c6 + 22687d4 commit 3808166
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: 4,
largeUp: 4
};

Expand Down

0 comments on commit 3808166

Please sign in to comment.