Revert back to using width CSS property for HTML5 video embeds

This commit is contained in:
Leilukin 2024-08-10 11:42:00 +08:00 committed by Helen Chong
parent 3b8833fd61
commit 32c4734f12

View File

@ -120,4 +120,4 @@ dl {
dt { font-weight: 700; }
dd {grid-column-start: 2; }
video { max-width: 100%; }
video { width: 100%; }