fix(style): left padding in marketplace view

This commit is contained in:
Rushabh Mehta
2019-04-08 16:37:35 +05:30
parent 1934a76cd8
commit fbc56c6d97

View File

@@ -31,7 +31,7 @@
<base-image :src="image" :alt="title" /> <base-image :src="image" :alt="title" />
</div> </div>
</div> </div>
<div class="col-md-8"> <div class="col-md-8" style='padding-left: 30px;'>
<h2>{{ title }}</h2> <h2>{{ title }}</h2>
<div class="text-muted"> <div class="text-muted">
<slot name="detail-header-item"></slot> <slot name="detail-header-item"></slot>