From a57e52358e71022f21501371e1f0c84cdabf846d Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 2 Sep 2016 20:49:37 +0200 Subject: [PATCH] error in height --- static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index ffa6285..4099a86 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -145,7 +145,7 @@ a:hover, .item a:hover, .medium a:hover, a:hover figcaption { } .item img { - height: 230px; + max-height: 230px; } figure {