fix: #2817 min-height for landscape orientation on mobile phone

This commit is contained in:
Yidadaa 2023-09-19 01:58:52 +08:00
parent d713d01600
commit 61ca60c550
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
color: var(--black);
background-color: var(--white);
min-width: 600px;
min-height: 480px;
min-height: 370px;
max-width: 1200px;
display: flex;