From 1c9889072ca2ac935ae4104758e9c8250a4864cd Mon Sep 17 00:00:00 2001 From: erqan Date: Wed, 2 Apr 2014 12:03:14 +0300 Subject: [PATCH] fixing wide image issue --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 59ab5d3..4147575 100644 --- a/css/style.css +++ b/css/style.css @@ -954,12 +954,14 @@ button.disabled:hover .image-preview { max-height: 500px; + max-width: 530px; width: auto; } .preview-container { max-height: 500px; width: 100%; + text-align: center; } .post-stats {