From f04d72e1933acd4e92f3506109dc74b2fb66a87b Mon Sep 17 00:00:00 2001 From: nntthuy-axonivy Date: Tue, 23 Jul 2024 08:33:01 +0700 Subject: [PATCH] Change max width --- marketplace-ui/src/app/modules/product/product.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketplace-ui/src/app/modules/product/product.component.scss b/marketplace-ui/src/app/modules/product/product.component.scss index 492d1b749..7b24f59e6 100644 --- a/marketplace-ui/src/app/modules/product/product.component.scss +++ b/marketplace-ui/src/app/modules/product/product.component.scss @@ -7,7 +7,7 @@ } .not-found-result { - max-width: 600px; + max-width: 670px; margin-bottom: 4rem; .not-found-text {