Skip to content

Commit

Permalink
New column layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tavib47 committed May 16, 2024
1 parent 45a1d5f commit f7c3434
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type Props = {
const getSpanValues = (layout: string): number[] => {
const layoutRatios: { [key: string]: number[] } = {
'25-25-25-25': [6, 6, 6, 6],
'25-50-25': [6, 12, 6],
'25-75': [6, 18],
'33-33-33': [8, 8, 8],
'33-66': [8, 16],
Expand Down

0 comments on commit f7c3434

Please sign in to comment.