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

10 lines
152 B
CSS
Raw Normal View History

2012-07-12 13:11:12 +00:00
<style>
.item-main-image {
max-width: 100%;
2013-02-21 08:55:30 +00:00
margin: auto;
}
2012-07-12 13:11:12 +00:00
.web-long-description {
font-size: 18px;
line-height: 200%;
}
</style>