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