Revert back to using width CSS property for HTML5 video embeds
This commit is contained in:
parent
250173de80
commit
f58564af45
|
@ -120,4 +120,4 @@ dl {
|
||||||
dt { font-weight: 700; }
|
dt { font-weight: 700; }
|
||||||
dd {grid-column-start: 2; }
|
dd {grid-column-start: 2; }
|
||||||
|
|
||||||
video { max-width: 100%; }
|
video { width: 100%; }
|
Loading…
Reference in New Issue