brotherton-erpnext/website/templates/css/product_page.css

12 lines
188 B
CSS
Raw Normal View History

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