Use max-width property for HTML5 video embeds

This commit is contained in:
Leilukin 2024-08-10 11:39:35 +08:00 committed by Helen Chong
parent e4f18c97a1
commit 3b8833fd61

View File

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