mirror of https://github.com/bra1n/townsquare.git
increased default size
This commit is contained in:
parent
ef4a7ad3d2
commit
03a6e71dc3
|
@ -195,9 +195,9 @@ export default {
|
||||||
// general token size depending on player count
|
// general token size depending on player count
|
||||||
@if $item-count < 7 {
|
@if $item-count < 7 {
|
||||||
width: 8vw;
|
width: 8vw;
|
||||||
} @else if($item-count < 10) {
|
} @else if($item-count <= 10) {
|
||||||
width: 7vw;
|
width: 7vw;
|
||||||
} @else if($item-count < 15) {
|
} @else if($item-count <= 15) {
|
||||||
width: 6vw;
|
width: 6vw;
|
||||||
} @else {
|
} @else {
|
||||||
width: 5vw;
|
width: 5vw;
|
||||||
|
|
Loading…
Reference in New Issue