You are here

iframe.css in Iframe 7

Same filename and directory in other branches
  1. 8.2 iframe.css
  2. 8 iframe.css
  3. 6 iframe.css
div.field-type-iframe {
    margin: 0 auto;
    color: black;
    background-color: white;
}

@media only screen and (max-width: 480px) {
div.field-type-iframe {
    width: 100%;
    height: auto;
}
}

File

iframe.css
View source
  1. div.field-type-iframe {
  2. margin: 0 auto;
  3. color: black;
  4. background-color: white;
  5. }
  6. @media only screen and (max-width: 480px) {
  7. div.field-type-iframe {
  8. width: 100%;
  9. height: auto;
  10. }
  11. }