@@ -204,7 +204,8 @@ export default {
line-height: 150%;
white-space: pre-wrap;
word-break: break-word;
- min-height: 272px;
+ min-height: 90px;
+ text-align: justify;
}
.start-btn {
width: 160px;
@@ -184,6 +184,7 @@ export default {
:nth-child(2) {
font-family: "robot";
+ margin-left: 4px;
color: #2c2c2c;
font-size: 14px;
@@ -242,7 +243,7 @@ export default {
position: fixed;
left: 0;
top: 0;
- z-index: 999;
+ z-index: 1000;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.19);