Fixed issue in Hacking Missions where nodes weren't easily selectable

This commit is contained in:
danielyxie
2017-10-13 10:19:42 -05:00
parent 4186326771
commit 8f0dad0d10
5 changed files with 140 additions and 46 deletions
+4
View File
@@ -29,6 +29,10 @@
align-self: center;
justify-self: center;
display:inline-block;
}
.hack-mission-node p {
margin-top:8px;
color:white;
font-size:12px;
text-align:center;