test-iki-mini-app
Version:
ứng dựng bán hàng trên mini app z a l o
20 lines (16 loc) • 356 B
CSS
.news-detail-content .information .title {
margin-top: 20px;
font-weight: bold;
font-size: 20px;
margin-bottom: 30px;
}
.news-detail-content .information p {
margin-bottom: 20px;
}
.news-detail-content .information figure {
width: 100% ;
/* position: relative; */
}
.news-detail-content .information img {
object-fit: cover;
}