14 lines
136 B
SCSS
14 lines
136 B
SCSS
|
/* Center Youtube Videos */
|
||
|
|
||
|
iframe {
|
||
|
display: block;
|
||
|
margin: auto;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
/* Video */
|
||
|
|
||
|
video {
|
||
|
max-width: 100%;
|
||
|
}
|