This commit is contained in:
ntr 2019-05-02 15:27:26 +10:00
parent 77de692a0f
commit a3b34dc41d
2 changed files with 8 additions and 8 deletions

View File

@ -619,6 +619,8 @@ table td svg {
}
.cryp-box .stats {
flex: 1 0 25%;
align-items: flex-start;
display: flex;
flex-flow: row wrap;
}

View File

@ -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>