diff --git a/src/components/collection/types/Creature.js b/src/components/collection/types/Creature.js index 5fcd461..ca9c321 100644 --- a/src/components/collection/types/Creature.js +++ b/src/components/collection/types/Creature.js @@ -41,13 +41,22 @@ export default class Creature extends React.Component { {card.gsx$flavortext}
-
- {card.gsx$courage} 
- {card.gsx$power} 
- {card.gsx$wisdom} 
- {card.gsx$speed} 
- {card.gsx$energy} -
+
+
+ {card.gsx$courage} +
+
+ {card.gsx$power} +
+
+ {card.gsx$wisdom} +
+
+ {card.gsx$speed} +
+
{card.gsx$energy} +
+
) else return ( diff --git a/src/scss/collection.scss b/src/scss/collection.scss index af0885c..c03f68f 100644 --- a/src/scss/collection.scss +++ b/src/scss/collection.scss @@ -71,6 +71,11 @@ padding-top: 2px; } + .energy { + display: flex; + width: 20px !important; + } + .left { vertical-align: text-top; float: left; @@ -110,7 +115,6 @@ display: flex; justify-content: center; /* align horizontal */ align-items: center; /* align vertical */ - font-size: 16pt; padding: 2%; }