9 lines
138 B
SCSS
9 lines
138 B
SCSS
/**
|
|
* Styles related to contributor-added content on the site, such as embedded
|
|
* media.
|
|
*/
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|