mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
12 lines
158 B
SCSS
12 lines
158 B
SCSS
.wrap {
|
|
padding-bottom: 56.25%;
|
|
position: relative;
|
|
|
|
iframe {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
}
|