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 { .cryp-box .stats {
flex: 1 0 25%;
align-items: flex-start;
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
} }

View File

@ -129,7 +129,6 @@ 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>
@ -137,7 +136,6 @@ function Cryp(props) {
<div className="skills"> <div className="skills">
{skills} {skills}
</div> </div>
</div>
<div className="stats"> <div className="stats">
{specs} {specs}
</div> </div>