Initial commit

This commit is contained in:
Kirchik
2025-08-02 11:45:16 +02:00
parent a6a820aba2
commit a0ba937a46
1078 changed files with 7800 additions and 1115 deletions
+6
View File
@@ -0,0 +1,6 @@
/* Увеличиваем изображения в featured постах */
.post.featured .image.main img {
height: 400px;
object-fit: cover;
width: 100%;
}