add mt-0 class in h3

This commit is contained in:
Akhtar Khan 2020-08-20 11:48:08 +05:30
parent ebeb32e265
commit 1ee0202a82
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=d64fdfe9e3fe3e4b9ee4",
"/css/shop.css": "/css/shop.css?id=628fa350da62936fbe80"
"/css/shop.css": "/css/shop.css?id=4cb765ae858499c72bc3"
}

View File

@ -4596,7 +4596,7 @@ body {
padding-top: 20px;
}
h3.fw6.fs18 {
.mt-0 {
margin-top: 0px;
}

View File

@ -49,7 +49,7 @@
@switch ($attribute['code'])
@case('name')
<a :href="`${baseUrl}/${product.url_key}`" class="unset remove-decoration active-hover">
<h3 class="fw6 fs18" v-text="product['{{ $attribute['code'] }}']"></h3>
<h3 class="fw6 fs18 mt-0" v-text="product['{{ $attribute['code'] }}']"></h3>
</a>
@break