From 4f7ef327e06cfba8e68f7e31f969ec15f8d3b375 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 28 Oct 2025 22:39:49 +0700 Subject: styling --- src/lib/product/styles/desc_mobile_variant.module.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/lib/product/styles/desc_mobile_variant.module.css (limited to 'src/lib/product/styles') diff --git a/src/lib/product/styles/desc_mobile_variant.module.css b/src/lib/product/styles/desc_mobile_variant.module.css new file mode 100644 index 00000000..d2c86d77 --- /dev/null +++ b/src/lib/product/styles/desc_mobile_variant.module.css @@ -0,0 +1,18 @@ +.richtextHtml { + line-height: 1.7; + /* word-break: break-word; */ + overflow-x: auto; +} +.richtextHtml h1 { + font-weight: 600; + margin: 0.5rem 0; + font-size: clamp(1.5rem, 2.5vw, 2rem); + line-height: 1.25; +} +.richtextHtml table { + width: 100%; + max-width: 100%; + border-collapse: collapse; + table-layout: auto; + margin: 12px 0; +} -- cgit v1.2.3