iframe.css in Iframe 7
Same filename and directory in other branches
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.cssView source
-
- 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;
- }
- }
-