increased default size

This commit is contained in:
Steffen 2020-06-07 23:55:35 +02:00
parent ef4a7ad3d2
commit 03a6e71dc3
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
1 changed files with 2 additions and 2 deletions

View File

@ -195,9 +195,9 @@ export default {
// general token size depending on player count
@if $item-count < 7 {
width: 8vw;
} @else if($item-count < 10) {
} @else if($item-count <= 10) {
width: 7vw;
} @else if($item-count < 15) {
} @else if($item-count <= 15) {
width: 6vw;
} @else {
width: 5vw;