Skip to content

Commit d1ed185

Browse files
b244
1 parent 94c4df0 commit d1ed185

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/punica.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/options.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ $options: (
251251
'hovered' : 'hovered'
252252
),
253253
'settings': (
254-
'width' : 240px, // for only a single card
254+
'width' : 18rem, // for only a single card
255255
'height' : 100%,
256256
'padding' : 1rem,
257257
'border' : set-border(), // default border
@@ -273,7 +273,7 @@ $options: (
273273
'margin-bottom': 1rem
274274
),
275275
'columns': (
276-
// maximum number of cards in a single row (default : 12)
276+
// maximum number of cards in a single row (default : 2 through 12)
277277
// class name, value
278278
"two" : 2,
279279
"three" : 3,

0 commit comments

Comments
 (0)