الگو:کارت مقاله/styles.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
برچسب: واگردانی دستی
بدون خلاصۀ ویرایش
خط ۶: خط ۶:
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
    transition: all 0.3s ease;
     height: 100%;
     height: 100%;
}
}


/* این کلاس جایگزین تگ <img> شده */
.patogh-article-img {
.patogh-article-img {
     width: 100%;
     width: 100%;
خط ۱۷: خط ۱۵:
     background-position: center;
     background-position: center;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
    /* این خط قرمز را برای تست بگذار، اگر عکس آمد، بعداً این خط را پاک کن */
    background-color: red;
}
}
.patogh-article-body { padding: 15px; }
.patogh-article-title { font-size: 16px; margin: 0 0 10px 0 !important; color: #8C3A27; border: none !important; }
.patogh-article-desc { font-size: 13px; color: #6B5E55; line-height: 1.5; margin: 0; }