Files
ptp/static/css/bigger-images.css
T
2025-08-02 11:45:16 +02:00

6 lines
175 B
CSS

/* Увеличиваем изображения в featured постах */
.post.featured .image.main img {
height: 400px;
object-fit: cover;
width: 100%;
}