10 lines
152 B
CSS
Raw Normal View History

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