From e39aef5637e488b43f1b86c393357364b82a645e Mon Sep 17 00:00:00 2001 From: Zero King Date: Mon, 1 May 2023 16:48:42 +0800 Subject: [PATCH] fix: duplicate CSS property --- app/components/home.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }