Skip to content

Commit

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

0 comments on commit b1326a5

Please sign in to comment.