Attempt to prevent squashing down of embedded videos

This commit is contained in:
Benjamin Melançon 2019-08-31 00:34:10 -04:00
parent 08abb2666a
commit b046b4e840

View file

@ -41,3 +41,10 @@
font-size: 1.2rem; font-size: 1.2rem;
} }
} }
.content {
iframe, object, video {
height: inherit;
}
}