wip
This commit is contained in:
parent
77de692a0f
commit
a3b34dc41d
@ -619,6 +619,8 @@ table td svg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cryp-box .stats {
|
.cryp-box .stats {
|
||||||
|
flex: 1 0 25%;
|
||||||
|
align-items: flex-start;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -129,14 +129,12 @@ function Cryp(props) {
|
|||||||
onDrop={onDrop}
|
onDrop={onDrop}
|
||||||
style={border}
|
style={border}
|
||||||
>
|
>
|
||||||
<div className="cryp-box-top">
|
<figure className="img" onClick={onClick}>
|
||||||
<figure className="img" onClick={onClick}>
|
{crypAvatar(cryp.name)}
|
||||||
{crypAvatar(cryp.name)}
|
<figcaption>{cryp.name}</figcaption>
|
||||||
<figcaption>{cryp.name}</figcaption>
|
</figure>
|
||||||
</figure>
|
<div className="skills">
|
||||||
<div className="skills">
|
{skills}
|
||||||
{skills}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="stats">
|
<div className="stats">
|
||||||
{specs}
|
{specs}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user