FIX INFO CARDS
This commit is contained in:
parent
57f0bbfda0
commit
64de1fbf44
|
@ -6,10 +6,10 @@ const BasicInfoCards = () => {
|
||||||
return (
|
return (
|
||||||
<Stack
|
<Stack
|
||||||
style={{
|
style={{
|
||||||
display: 'grid',
|
display: 'flex',
|
||||||
gridTemplateColumns: 'repeat(5, 1fr)',
|
flexDirection: 'row',
|
||||||
gap: '1vw',
|
flexWrap: 'wrap',
|
||||||
|
gap: '1vw'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<BasicInfoCard title="Active Validators" value="6" />
|
<BasicInfoCard title="Active Validators" value="6" />
|
||||||
|
@ -21,4 +21,4 @@ const BasicInfoCards = () => {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default BasicInfoCards
|
export default BasicInfoCards;
|
||||||
|
|
Loading…
Reference in New Issue