This commit is contained in:
2025-08-04 10:36:35 +02:00
parent 43ff4270ec
commit 1409ef1733
8 changed files with 66 additions and 4 deletions

View File

@@ -416,4 +416,18 @@
top: 186px;
border-top-left-radius: 101px 60px;
}
.statsBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
}
.categorySelectBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
}
}