Files
erpnext/erpnext/templates/includes/product_page.css

13 lines
207 B
CSS

<style>
.item-main-image {
max-width: 100%;
margin: auto;
}
.web-long-description {
font-size: 18px;
line-height: 200%;
}
.item-stock {
margin-bottom: 10px !important;
}
</style>