From e8520b665cf0adb6784314bc9a4ff00b22e3460e Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 15 Feb 2016 00:38:05 +0100 Subject: [PATCH] Images should not be wider than the main container --- static/css/poole.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/poole.css b/static/css/poole.css index f351e906..3b67577b 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -203,6 +203,7 @@ img { display: block; margin: 0 0 1rem; border-radius: 5px; + max-width: 100%; } /* Tables */