sendou.ink/app/components/YouTubeEmbed.module.css
Kalle fef1ffc955
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00

19 lines
209 B
CSS

.container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.containerApi {
width: fit-content;
}
.iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}