From 14c3cbc60b96eec20c9cf6f1759b521cae4256f5 Mon Sep 17 00:00:00 2001 From: Zilhaz Jalal Chowdhury Date: Mon, 30 Dec 2019 20:23:01 +0900 Subject: [PATCH] + .chapters .chapter img {height: 100%} In ".chapters .chapter img" if height is not set as 100% AND if all the images do not have the same heights, then on main.html the post (image) rows look uneven due to different image heights. --- assets/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/main.css b/assets/css/main.css index 781046d30..79265fa57 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -4014,6 +4014,7 @@ cite { .chapters .chapter img { width: 100%; + height: 100% vertical-align: middle; -webkit-transition: all 0.4s; transition: all 0.4s;