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;*/ }