random styles
This commit is contained in:
parent
53f48b454d
commit
626a578469
@ -123,33 +123,26 @@
|
|||||||
.game-construct figure {
|
.game-construct figure {
|
||||||
padding: 0 0.25em;
|
padding: 0 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .game .stat-icon {
|
|
||||||
height: 1.5em;
|
|
||||||
stroke-width: 3px;
|
|
||||||
}
|
}
|
||||||
*/}
|
|
||||||
|
|
||||||
.game-construct .skills {
|
.game-construct .skills {
|
||||||
grid-area: skills;
|
grid-area: skills;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column-reverse;
|
flex-flow: column-reverse;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*@media (max-width: 1000px) {
|
.game-construct .skills button {
|
||||||
.game-construct .skills {
|
width: 100%;
|
||||||
flex-flow: column;
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
.game-construct .effects {
|
.game-construct .effects {
|
||||||
grid-area: effects;
|
grid-area: effects;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 125%;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.game-btn {
|
.game-btn {
|
||||||
|
|||||||
@ -109,7 +109,6 @@ function GameConstruct(props) {
|
|||||||
{combatTextEl}
|
{combatTextEl}
|
||||||
</figure>
|
</figure>
|
||||||
<div className="effects"> {effects} </div>
|
<div className="effects"> {effects} </div>
|
||||||
<div className="spacer"></div>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user