Files
ptp/static/css/bigger-images.css
T
2026-01-15 22:24:06 +03:00

6 lines
175 B
CSS
Executable File

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