coloured targeting

This commit is contained in:
ntr
2019-06-03 15:46:14 +10:00
parent a81b4ccc2b
commit 6ece2c03cd
6 changed files with 58 additions and 23 deletions
+5 -7
View File
@@ -74,13 +74,11 @@
}
.game-construct .targeting {
grid-area: target;
display: flex;
flex-flow: column;
justify-content: center;
align-items: flex-start;
width: 100%;
white-space: nowrap;
grid-area: avatar;
position: relative;
left: 60%;
top: 50%;
text-align: center;
}
.game-construct .img {