|
|
@ -2676,7 +2676,7 @@ body { |
|
|
|
display: flex; |
|
|
|
width: 100%; |
|
|
|
margin-bottom: 30px; |
|
|
|
flex-wrap: wrap; |
|
|
|
justify-content: center; |
|
|
|
gap: 20px; |
|
|
|
} |
|
|
|
|
|
|
@ -2753,7 +2753,7 @@ body { |
|
|
|
.changeLevelItems { |
|
|
|
display: flex; |
|
|
|
background-color: #f8f8f8; |
|
|
|
width: 20%; |
|
|
|
width: calc(20% - 12px); |
|
|
|
min-width: 70px; |
|
|
|
max-width: 150px; |
|
|
|
justify-content: center; |
|
|
@ -2816,6 +2816,7 @@ body { |
|
|
|
padding: 10px; |
|
|
|
border-radius: 5px; |
|
|
|
cursor: pointer; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
|
|
|
|
.changeBtn:hover { |
|
|
|