From 626a57846944c3e6430641da2c488f0643917f2b Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 31 May 2019 22:59:21 +1000 Subject: [PATCH] random styles --- client/assets/styles/game.css | 17 +++++------------ client/src/components/game.construct.jsx | 1 - 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/client/assets/styles/game.css b/client/assets/styles/game.css index 20e7eace..011eefa8 100644 --- a/client/assets/styles/game.css +++ b/client/assets/styles/game.css @@ -123,33 +123,26 @@ .game-construct figure { padding: 0 0.25em; } - -/* .game .stat-icon { - height: 1.5em; - stroke-width: 3px; - } -*/} +} .game-construct .skills { grid-area: skills; display: flex; flex-flow: column-reverse; justify-self: center; + width: 100%; } -/*@media (max-width: 1000px) { - .game-construct .skills { - flex-flow: column; - } +.game-construct .skills button { + width: 100%; } -*/ .game-construct .effects { grid-area: effects; white-space: nowrap; width: 100%; text-align: center; - font-size: 125%; + font-size: 1.5em; } .game-btn { diff --git a/client/src/components/game.construct.jsx b/client/src/components/game.construct.jsx index 61264248..a67754e6 100644 --- a/client/src/components/game.construct.jsx +++ b/client/src/components/game.construct.jsx @@ -109,7 +109,6 @@ function GameConstruct(props) { {combatTextEl}
{effects}
-
); }