From ed79e41001ebd01207fcea50e09aea5ebcae8a0d Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 12 Apr 2016 13:43:43 +0200 Subject: [PATCH] adjust img width --- src/wolnelektury/static/css/new.book.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css index ae77c6528..0c00de334 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -11,7 +11,7 @@ a { } img { - max-width: 36em; + max-width: 37.5rem; margin-top: 1em; } -- 2.20.1