tv_hhm/plugins/tallpro/related/assets/main.css

18 lines
259 B
CSS

.related-posts{
list-style: none;
margin:0;
padding:0;
max-width:500px;
}
.related-posts li{
list-style: none;
display: inline-block;
position: relative;
width:100%;
}
.related-posts li img{
width:100%;
height:auto;
}