From cfb4f3f3b76379002dd81488fd7f7e962cfc2f25 Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 15 May 2019 17:24:53 +1000 Subject: [PATCH] yeeaahh --- client/game.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/game.css b/client/game.css index edbcfdfa..481cc37b 100644 --- a/client/game.css +++ b/client/game.css @@ -55,7 +55,8 @@ .game-cryp { display: grid; - justify-items: center; + /*justify-items: center;*/ + justify-items: start; /*grid-template-rows: minmax(0, 1fr) minmax(0, 2fr) auto minmax(0, 1fr);*/ /*grid-template-columns: min-content minmax(0, 1fr);*/ @@ -95,6 +96,7 @@ grid-area: skills; display: flex; flex-flow: column-reverse; + align-items: baseline; /*flex-flow: column;*/ }