fix image aspect ratio on single pags

This commit is contained in:
Aadil Ayub 2022-01-20 18:06:33 +05:00
parent 39e95cfca8
commit fde00d4f83
1 changed files with 4 additions and 0 deletions

View File

@ -871,4 +871,8 @@ footer a:hover {
.single header {
flex-direction: column;
margin-bottom: 4rem;
}
.single .h-entry img {
object-fit: contain;
}