mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
12 lines
146 B
SCSS
12 lines
146 B
SCSS
.video-container {
|
|
height: 0;
|
|
position: relative;
|
|
width: 100%;
|
|
|
|
iframe {
|
|
height: 100%;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
}
|