diff --git a/app/components/home.module.scss b/app/components/home.module.scss index c1b08d25c..edb1b5c45 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -9,8 +9,8 @@ background-color: var(--white); min-width: 600px; min-height: 480px; - max-width: 900px; - + max-width: 95vw; + max-height: 95vh; display: flex; overflow: hidden; box-sizing: border-box;