This commit is contained in:
ntr
2019-09-09 22:24:33 +10:00
parent 1b8e565455
commit 0f8164c774
12 changed files with 143 additions and 22 deletions
+14 -1
View File
@@ -141,12 +141,25 @@ section {
}
}
.game {
.game-demo {
grid-area: game;
display: grid;
grid-template-columns: 1fr 2fr;
.game {
display: flex;
flex-flow: column;
.game-construct {
flex: 1;
}
}
}
.construct-list {
grid-area: vcons;
height: 100%;
svg {
height: 100%;