Skip to content

Commit

Permalink
🐛 Move img fix to appropriate selector
Browse files Browse the repository at this point in the history
  • Loading branch information
thunsaker committed Nov 2, 2015
1 parent 5f3a971 commit 72df7a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _sass/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
margin-top: 48px;
}
}

}

p img {
width: 100%;

.post-content {
img {
width: 100%;
}
}
}

0 comments on commit 72df7a8

Please sign in to comment.