13 lines
221 B
Sass
13 lines
221 B
Sass
.iframe-container
|
|
position: relative
|
|
padding-top: 25px
|
|
padding-bottom: 52%
|
|
height: 0
|
|
margin-top: 48px
|
|
margin-bottom: 48px
|
|
iframe
|
|
position: absolute
|
|
top: 0
|
|
left: 0
|
|
width: 100%
|
|
height: 100% |