1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_assets/stylesheets/objects/_video-container.scss
2018-11-10 16:17:37 -05:00

12 lines
146 B
SCSS

.video-container {
height: 0;
position: relative;
width: 100%;
iframe {
height: 100%;
position: absolute;
width: 100%;
}
}