|
|
@@ -133,7 +133,8 @@ export default {
|
|
|
justify-content: center;
|
|
|
width: 90%;
|
|
|
margin: 0 auto;
|
|
|
- grid-template-columns: repeat(5, 1fr);
|
|
|
+ grid-template-columns: repeat(6, 1fr);
|
|
|
+ gap: 10px;
|
|
|
}
|
|
|
|
|
|
.choices > .score {
|
|
|
@@ -142,7 +143,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- margin: 0 20px 10px 0;
|
|
|
+ /* margin: 0 20px 10px 0; */
|
|
|
border-radius: 5px;
|
|
|
background: #dee0e3;
|
|
|
font-size: 18px;
|