Browse Source

fixing wide image issue

master
erqan 11 years ago
parent
commit
1c9889072c
  1. 2
      css/style.css

2
css/style.css

@ -954,12 +954,14 @@ button.disabled:hover
.image-preview .image-preview
{ {
max-height: 500px; max-height: 500px;
max-width: 530px;
width: auto; width: auto;
} }
.preview-container .preview-container
{ {
max-height: 500px; max-height: 500px;
width: 100%; width: 100%;
text-align: center;
} }
.post-stats .post-stats
{ {

Loading…
Cancel
Save