This commit is contained in:
2026-07-23 00:39:48 +07:00
parent 0dffd01241
commit 4086f7a676
4 changed files with 9 additions and 61 deletions
+3 -3
View File
@@ -82,7 +82,7 @@ getScenarios()
flex-flow: row wrap;
justify-content: center;
overflow-y: auto;
padding: 40px 0;
padding: 20px 0;
height: calc(100vh - 150px);
/* border: 1px solid red; */
@@ -90,7 +90,7 @@ getScenarios()
.scenario-block {
margin: 10px;
width: 150px;
width: 160px;
cursor: pointer;
/* background-color: #553333; */
@@ -101,7 +101,7 @@ getScenarios()
}
.scenario-image-block {
height: 150px;
height: 160px;
border-radius: 10px;
}