10 lines
153 B
CSS
Raw Normal View History

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