diff --git a/static/css/style.css b/static/css/style.css index d725110..724b9e4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -920,7 +920,7 @@ div.buy-now button.btn-link{ margin-top: 20px; font-size: 16px; } -.product-desc h4.main-heaidng{ +.product-desc h4.main-heading{ padding-top: 10px; font-size: 19px; border-top: 1px solid #95a5a6; @@ -1373,4 +1373,4 @@ span.text-success, span.text-warning, span.text-danger, span.text-info{ cursor: pointer; color: #b94a48; text-decoration: none; -} \ No newline at end of file +} diff --git a/templates/webshop/product.jinja b/templates/webshop/product.jinja index d647efb..9114be4 100644 --- a/templates/webshop/product.jinja +++ b/templates/webshop/product.jinja @@ -121,7 +121,7 @@
-

Product Description

+

Product Description

{{ product.description|safe or '' }}