Skip to content

Commit 46bef16

Browse files
authored
fix first item (#606)
1 parent ef17390 commit 46bef16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@
1616
.phalcon-blog__item-img img {
1717
object-fit: contain;
1818
}
19+
}
20+
21+
.phalcon-blog__item-img img {
22+
max-width: 100%;
23+
height: auto;
1924
}

0 commit comments

Comments
 (0)