Update home.module.scss

This commit is contained in:
wangfang 2023-03-29 15:39:22 +08:00 committed by GitHub
parent 067121d968
commit c7d08a9911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
background-color: var(--white); background-color: var(--white);
min-width: 600px; min-width: 600px;
min-height: 480px; min-height: 480px;
max-width: 900px; max-width: 95vw;
max-height: 95vh;
display: flex; display: flex;
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;