summaryrefslogtreecommitdiff
path: root/pages/shop/_product
diff options
context:
space:
mode:
Diffstat (limited to 'pages/shop/_product')
-rw-r--r--pages/shop/_product/index.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/shop/_product/index.fnl b/pages/shop/_product/index.fnl
index b4df0e5..cb451b7 100644
--- a/pages/shop/_product/index.fnl
+++ b/pages/shop/_product/index.fnl
@@ -86,7 +86,7 @@
[:img {:class "product-page-img-mobile mb-1"
:src (.. link "-thumbnail.jpg")}]]))
(if (not (lib.empty? product.description))
- (HTML [:div {:class "mb-1"} "***"])
+ (HTML [:div {:class "product-page-delimiter mb-1"} "***"])
"")
(if (not (lib.empty? product.description))
(HTML [:div {} [:NO-ESCAPE (text->html product.description)]])