forked from ruangrupa/lumbung.space
fix image aspect ratio on single pags
This commit is contained in:
parent
39e95cfca8
commit
fde00d4f83
@ -871,4 +871,8 @@ footer a:hover {
|
|||||||
.single header {
|
.single header {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.single .h-entry img {
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user