Files
website-11ty-kogakure.de/src/assets/styles/base/videos.css
2022-08-24 10:29:56 +02:00

15 lines
241 B
CSS

/** Video */
.video-wrapper {
margin-block-end: var(--space-10);
padding-block-end: 56.25%;
position: relative;
}
.video-wrapper iframe {
height: 100%;
inset-block-start: 0;
inset-inline-start: 0;
position: absolute;
width: 100%;
}