diff --git a/app/components/home.module.scss b/app/components/home.module.scss index e8d0dba2b..5bb6d35fc 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -1,5 +1,4 @@ @mixin container { - background-color: var(--white); border: var(--border-in-light); border-radius: 20px; box-shadow: var(--shadow); @@ -98,7 +97,7 @@ min-height: unset; min-width: unset; max-height: unset; - min-width: unset; + max-width: unset; border: 0; border-radius: 0; }