From 76091bc3dfd72e15a409859e68656cf0c01a07cd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Feb 2017 16:41:32 +0300 Subject: fix cell image geometry --- css/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css/index.css') diff --git a/css/index.css b/css/index.css index 33a68f2..9d636e6 100644 --- a/css/index.css +++ b/css/index.css @@ -4,6 +4,9 @@ .thumb img { max-height : 180px; + max-width : 120px; + height : auto; + width : auto; } .thumb.read img { -- cgit v1.2.3