vbox stroke width

This commit is contained in:
ntr 2019-11-05 11:38:26 +11:00
parent e8226ce1ee
commit 51bd39dc3d
2 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,12 @@
} }
} }
.instance {
svg {
stroke-width: 1.25em;
}
}
.game { .game {
.team, #targeting, .resolving-skill { .team, #targeting, .resolving-skill {

View File

@ -100,7 +100,7 @@
figure { figure {
svg { svg {
height: 2em; height: 2em;
stroke-width: 8px; stroke-width: 0.5em;
} }
figcaption { figcaption {