Skip to content

Commit

Permalink
add more card sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico committed Dec 28, 2022
1 parent e3f7acf commit 3d1c97f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions storyblok/CardBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@ const sizes = {
width: '33.333333%',
padding: '3%'
},
'2/3': {
width: '66.666666%',
padding: '3%'
},
'1/4': {
width: '25%',
padding: '3%'
},
'3/4': {
width: '75%',
padding: '3%'
}
};
Expand Down

0 comments on commit 3d1c97f

Please sign in to comment.