added classs
This commit is contained in:
parent
ce1b92370e
commit
ebeb32e265
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4596,11 +4596,11 @@ body {
|
|||
padding-top: 20px;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
h3.fw6.fs18 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
p {
|
||||
.desc > p {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
@break
|
||||
|
||||
@case('description')
|
||||
<span v-html="product.description"></span>
|
||||
<span v-html="product.description" class="desc"></span>
|
||||
@break
|
||||
|
||||
@default
|
||||
|
|
|
|||
Loading…
Reference in New Issue