Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit bfcdc23

Browse files
committed
fix(Homepage): ProgressCard examples column width
1 parent 090fd64 commit bfcdc23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/src/HomePage.react.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,23 +327,23 @@ function Home() {
327327
</Card.Body>
328328
</Card>
329329
</Grid.Col>
330-
<Grid.Col sm={4}>
330+
<Grid.Col sm={6}>
331331
<ProgressCard
332332
header="New feedback"
333333
content="62"
334334
progressColor="red"
335335
progressWidth={28}
336336
/>
337337
</Grid.Col>
338-
<Grid.Col sm={4}>
338+
<Grid.Col sm={6}>
339339
<ProgressCard
340340
header="Today profit"
341341
content="$652"
342342
progressColor="green"
343343
progressWidth={84}
344344
/>
345345
</Grid.Col>
346-
<Grid.Col sm={4}>
346+
<Grid.Col sm={6}>
347347
<ProgressCard
348348
header="Users online"
349349
content="76"

0 commit comments

Comments
 (0)