Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Fix iframe size, Only for width 1200px and below */
- @media only screen and (max-width:1200px) {
- .entry-content iframe {
- max-width:100%!important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement