12 lines
188 B
CSS
Raw Normal View History

2012-07-12 18:41:12 +05:30
<style>
2012-12-18 11:47:13 +05:30
.product-page-content {
margin-left: -20px;
}
.item-main-image {
2012-12-18 11:47:13 +05:30
max-width: 100%;
}
2012-07-12 18:41:12 +05:30
.web-long-description {
font-size: 18px;
line-height: 200%;
}
</style>