Commit 7909fba592b52ff7b31d7e9aff16f140b15a9d7b

Authored by Dmitriy Zaporozhets
1 parent b6124979

increased image preview size

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/assets/stylesheets/common.scss
@@ -764,8 +764,8 @@ input.git_clone_url { @@ -764,8 +764,8 @@ input.git_clone_url {
764 background:#eee; 764 background:#eee;
765 text-align:center; 765 text-align:center;
766 img { 766 img {
767 - padding:100px;  
768 - max-width:300px; 767 + padding:50px;
  768 + max-width:400px;
769 } 769 }
770 } 770 }
771 } 771 }