diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-28 22:39:49 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-28 22:39:49 +0700 |
| commit | 4f7ef327e06cfba8e68f7e31f969ec15f8d3b375 (patch) | |
| tree | ff8c5cd11fb7177cc19054fa4fd3416c4ae78d73 /src/lib/product/styles | |
| parent | ca6ae8e49f014307ce34ae97b110164eb802ce72 (diff) | |
<Miqdad> styling
Diffstat (limited to 'src/lib/product/styles')
| -rw-r--r-- | src/lib/product/styles/desc_mobile_variant.module.css | 18 |
1 files changed, 18 insertions, 0 deletions
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; +} |
