Skip to content

Commit

Permalink
Merge pull request #2043 from geekrainy/fix/2039
Browse files Browse the repository at this point in the history
Fix issue #2039.
  • Loading branch information
ivan-nginx authored Dec 28, 2017
2 parents 6bd9463 + a9cc49d commit 2deb7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/css/_common/components/tags/full-image.styl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Expand image to 126% with nagative margin-left/right on Desktop.
.full-image.full-image.full-image {
.full-image.full-image.full-image.full-image {
border: none;
max-width: 100%;
width: auto;
margin: 20px auto;
margin: 20px auto 25px;
+desktop() {
max-width: none;
width: $full-image-width;
Expand Down

0 comments on commit 2deb7ea

Please sign in to comment.