Set team nickname size

This commit is contained in:
thepaperpilot 2023-02-19 09:27:02 -06:00
parent 93712b407c
commit eb08ec9976

View file

@ -128,7 +128,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
{wins.value}/5
</div>
</Row>
<h2>{nickname.value}</h2>
<h2 style="font-size: 3vmin">{nickname.value}</h2>
<Row style="margin-top: 10vh">
{new Array(3).fill(0).map((_, i) => (
<CharacterSlot