Attempt to prevent squashing down of embedded videos
This commit is contained in:
parent
08abb2666a
commit
b046b4e840
1 changed files with 7 additions and 0 deletions
|
@ -41,3 +41,10 @@
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.content {
|
||||||
|
iframe, object, video {
|
||||||
|
height: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue