From f42edc7a04f9a7c2d26ca9f58efec3179167f5f2 Mon Sep 17 00:00:00 2001 From: Arvind Date: Sat, 16 Aug 2014 17:45:39 +0530 Subject: [PATCH] Fixing issue of HQ images becoming bigger than the window size. Set max-width on the image element. --- swtr/static/css/swtmaker.css | 1 + 1 file changed, 1 insertion(+) diff --git a/swtr/static/css/swtmaker.css b/swtr/static/css/swtmaker.css index e9e345f..1b89f7e 100644 --- a/swtr/static/css/swtmaker.css +++ b/swtr/static/css/swtmaker.css @@ -23,6 +23,7 @@ body { } #annotatable-img { margin: 0 auto; + max-width: 1125px; } #sweet-list-wrapper { width: 500px; -- 1.7.10.4