styling improvements for effect text, move down opp avatars on mobile

This commit is contained in:
Mashy
2019-11-08 12:09:16 +10:00
parent 35062db799
commit e540128a94
3 changed files with 13 additions and 12 deletions
+3 -5
View File
@@ -146,11 +146,9 @@ class GameConstruct extends Component {
const speed = <span> Speed {shapes.SpeedStat()} multiplier {fullInfo.speed * 4}% </span>;
return (
<div class="skill-description">
<span>
<h2> {gameSkillInfo.skill} </h2>
{infoDescription}
{speed}
</span>
<h2><span> {gameSkillInfo.skill} </span></h2>
<span>{infoDescription} </span>
{speed}
</div>);
}
const effects = construct.effects.length