Merge pull request #1985 from FireIsGood/main

mdn: Fix iframe height (again)
pull/2000/head
Simon Legner 2 years ago committed by GitHub
commit 2c93ed9645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,6 @@
._mdn {
container-type: inline-size;
.index { // HTML, CSS
-webkit-columns: 16em;
-moz-columns: 16em;
@ -155,7 +157,7 @@
height: 780px;
}
}
@media screen and (min-width: 993px) {
@container (min-width: 594px) {
.interactive {
height: 380px;

Loading…
Cancel
Save