Responsive youtube embeds

This commit is contained in:
Mikko Ahlroth 2018-11-04 11:19:02 +02:00
parent afabb7fb6d
commit c9dc263b4e

View file

@ -22,4 +22,22 @@
border-radius: 2px;
}
}
iframe.youtube {
display: block;
width: 100%;
height: 200px;
@media #{$sm} {
height: 300px;
}
@media #{$md} {
height: 400px;
}
@media #{$lg} {
height: 500px;
}
}
}