From 7304295636ac663a7efed240fbcdbf8dcdd78fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 14 Jul 2019 12:11:40 -0500 Subject: [PATCH] Remove `vertical-align: middle` Property is ignored due to the display. With 'display: block', vertical-align should not be used. --- cl-theme/static/css/hover.css | 1 - 1 file changed, 1 deletion(-) diff --git a/cl-theme/static/css/hover.css b/cl-theme/static/css/hover.css index 5a8cadb..371fea9 100644 --- a/cl-theme/static/css/hover.css +++ b/cl-theme/static/css/hover.css @@ -26,7 +26,6 @@ } .ihover > img { - vertical-align: middle; max-width: 100%; display: block; }