Skip to content

Commit

Permalink
fix(style): exclude browser image width
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 17, 2015
1 parent 16af331 commit 99f247f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ body:hover .latest {
margin: 0 0 1.8rem;
}

.post-content {
p:not(.browser) {

img, video, iframe {
> img, > video, > iframe {

@media (max-width: @breakpoint-md) {
margin-left: -@padding-md;
Expand Down

0 comments on commit 99f247f

Please sign in to comment.