Skip to content

Commit

Permalink
kup-card-scalable : box-sizing and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo-Signorelli committed Apr 22, 2024
1 parent 964195e commit 7728c42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ketchup/src/assets/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ for (let index = 0; index < cards.length; index++) {
],
image: [
{
resource: 'omega',
resource: 'trending-up',
},
{
resource: 'radioactive',
Expand Down Expand Up @@ -500,8 +500,8 @@ for (let index = 0; index < cards.length; index++) {
},
],
text: [
'#1 L U L',
'#2 LUL',
'Admission count',
'Perception late',
'#3 omegalul',
'#4 L U L',
'#5 LUL',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@
text-align: center;
word-break: normal;
width: 100%;
box-sizing: border-box;
padding: var(--kup-space-03);
}

0 comments on commit 7728c42

Please sign in to comment.