mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
16 lines
224 B
SCSS
16 lines
224 B
SCSS
.embedded-youtube {
|
|
overflow: hidden;
|
|
padding-bottom: 56.25%;
|
|
position: relative;
|
|
height: 0;
|
|
|
|
&__iframe {
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
border: none;
|
|
}
|
|
}
|