From fde00d4f8312ce96d2475885a3261a4ce59556ed Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 20 Jan 2022 18:06:33 +0500 Subject: [PATCH] fix image aspect ratio on single pags --- themes/lumbung-theme/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 27d9b17..2c35fe3 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -871,4 +871,8 @@ footer a:hover { .single header { flex-direction: column; margin-bottom: 4rem; +} + +.single .h-entry img { + object-fit: contain; } \ No newline at end of file