|
@@ -1802,7 +1802,7 @@ const {
|
|
|
*/
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-height: 740px) {
|
|
|
+@media screen and (max-height: 1200px) {
|
|
|
.skip-scene-intro {
|
|
|
top: unset !important;
|
|
|
padding: 20px;
|
|
@@ -1823,16 +1823,11 @@ const {
|
|
|
}
|
|
|
button.return-home,
|
|
|
button.game-entry-page-btn,
|
|
|
- .guide-btn {
|
|
|
+ button.answer-btn,
|
|
|
+ img.guide-btn {
|
|
|
width: 5vw;
|
|
|
height: 5vw;
|
|
|
}
|
|
|
- button.game-entry-page-btn {
|
|
|
- top: 7.6vw;
|
|
|
- }
|
|
|
- .guide-btn {
|
|
|
- top: 13.1vw;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
|