|
|
|
@ -311,7 +311,8 @@
|
|
|
|
|
#containScore {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(5, 100px);
|
|
|
|
|
grid-template-rows: repeat(2, 90px);
|
|
|
|
|
grid-template-rows: repeat(2, 100px);
|
|
|
|
|
grid-column-gap: 1vw;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
left: -50%;
|
|
|
|
@ -330,7 +331,7 @@
|
|
|
|
|
padding: 4px;
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width: 10vw;
|
|
|
|
|
width: 12vh;
|
|
|
|
|
height: 12vh;
|
|
|
|
|
cursor: default;
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
|