الگو:کارت مقاله/styles.css
.patogh-article-card {
background: #FFFFFF;
border: 1px solid #EADBCE;
border-radius: 12px;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}
.patogh-article-img {
width: 100%;
height: 160px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/* این خط قرمز را برای تست بگذار، اگر عکس آمد، بعداً این خط را پاک کن */
background-color: red;
}