Skip to content

Commit

Permalink
Merge pull request #21 from Safe-Mode/master
Browse files Browse the repository at this point in the history
max-width заменен на width для картинки с производителями
  • Loading branch information
Safe-Mode authored Sep 29, 2016
2 parents 40a19ff + 97197a8 commit 9659bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/media-queries.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
.key-features .feature-1 img {
display: block;
float: none;
max-width: 80%;
width: 80%;
margin: 0 auto;
margin-bottom: 20px;
}
Expand Down

0 comments on commit 9659bff

Please sign in to comment.