added classs

This commit is contained in:
Akhtar Khan 2020-08-20 11:35:22 +05:30
parent ce1b92370e
commit ebeb32e265
4 changed files with 5 additions and 5 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=75d30460fb229e0c6b9e"
"/css/shop.css": "/css/shop.css?id=628fa350da62936fbe80"
}

View File

@ -4596,11 +4596,11 @@ body {
padding-top: 20px;
}
h3, h4 {
h3.fw6.fs18 {
margin-top: 0px;
}
p {
.desc > p {
margin-top: 0px;
}

View File

@ -83,7 +83,7 @@
@break
@case('description')
<span v-html="product.description"></span>
<span v-html="product.description" class="desc"></span>
@break
@default