10 lines
152 B
CSS
10 lines
152 B
CSS
<style>
|
|
.item-main-image {
|
|
max-width: 100%;
|
|
margin: auto;
|
|
}
|
|
.web-long-description {
|
|
font-size: 18px;
|
|
line-height: 200%;
|
|
}
|
|
</style> |