Skip to content

Commit

Permalink
Add style fix to iPad 1&2 for soundcloud iframe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Mantilla committed Feb 18, 2014
1 parent 8f7a738 commit 1e9efa5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/_scss/fixes.css
Expand Up @@ -19,4 +19,12 @@


} }


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
iframe.iframe {
height: inherit;
}
}


0 comments on commit 1e9efa5

Please sign in to comment.