From c614bc10b8144e40b6c70acf511df44d5a656a72 Mon Sep 17 00:00:00 2001 From: tutn Date: Fri, 2 Aug 2024 10:45:26 +0700 Subject: [PATCH] Update detail page font size --- .../product-detail/product-detail.component.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.scss b/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.scss index 879d6799..688a50ff 100644 --- a/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.scss +++ b/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.scss @@ -53,6 +53,16 @@ font-size: 20px; } + p, + ul, li { + font-size: 18px; + font-weight: 400; + } + + ul, li { + margin: 25.2px 0; + } + a { word-break: break-all; }