Skip to content

Commit

Permalink
fix(style): some images not stretched on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 22, 2015
1 parent adde9c7 commit 6776c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ body:hover .latest {

p:not(.browser) {

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

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

0 comments on commit 6776c4b

Please sign in to comment.