Add little guy

This commit is contained in:
Viktor Rådberg
2023-08-26 17:27:53 +02:00
parent 6e71debe22
commit 58d12fbfe6
34 changed files with 292 additions and 141 deletions

View File

@@ -13,11 +13,11 @@ import {
const ExtraCountersGrid = styled.div<{ rotation: number }>`
display: flex;
position: absolute;
flex-direction: row;
flex-grow: 1;
width: 100%;
justify-content: space-evenly;
position: absolute;
bottom: 0;
width: 100%;
pointer-events: none;