feat: style adjustments to product page

This commit is contained in:
Shivam Mishra
2020-12-30 15:51:50 +05:30
parent 31a651365d
commit 45a56288bb
5 changed files with 49 additions and 16 deletions

View File

@@ -1,8 +1,11 @@
<div class="col-md-8">
<div class="col-md-7">
<!-- title -->
<div class="product-title" itemprop="name">
{{ item_name }}
<div class="item-breadcrumbs small text-muted">
{% include "templates/includes/breadcrumbs.html" %}
</div>
<h1 class="product-title" itemprop="name">
{{ item_name }}
</h1>
<p class="product-code">
<span>{{ _("Item Code") }}:</span>
<span itemprop="productID">{{ doc.name }}</span>