diff options
Diffstat (limited to 'pages/shop')
| -rw-r--r-- | pages/shop/_product/index.fnl | 2 |
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)]]) |
