12 lines
188 B
CSS
12 lines
188 B
CSS
<style>
|
|
.product-page-content {
|
|
margin-left: -20px;
|
|
}
|
|
.item-main-image {
|
|
max-width: 100%;
|
|
}
|
|
.web-long-description {
|
|
font-size: 18px;
|
|
line-height: 200%;
|
|
}
|
|
</style> |