Remove failed CSS 'inherit from attributes' attempt at getting responsive videos

This commit is contained in:
Benjamin Melançon 2019-08-31 08:43:06 -04:00
parent fb5e3a3371
commit 2cefa5e59d

View file

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