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

13 lines
193 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%;
}
.item-price {
margin-top: 20px;
}
2012-07-12 13:11:12 +00:00
</style>