fix: damage size

This commit is contained in:
cha0s 2019-04-22 21:02:24 -05:00
parent 934b503e7c
commit f180a04289

View File

@ -20,6 +20,7 @@ const decorate = compose(
.particle .text { .particle .text {
display: inline-block; display: inline-block;
font-family: monospace; font-family: monospace;
font-size: 0.6em;
font-weight: bold; font-weight: bold;
text-shadow: 0.5px 0.5px 0px black; text-shadow: 0.5px 0.5px 0px black;
} }