Merge pull request #1542 from ISSOtm/patch-1

Apply max width to video as well as images
This commit is contained in:
Eric Huss 2021-05-24 10:33:23 -07:00 committed by GitHub
commit 2c7aac6d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ h6:target::before {
.content ul { line-height: 1.45em; }
.content a { text-decoration: none; }
.content a:hover { text-decoration: underline; }
.content img { max-width: 100%; }
.content img, .content video { max-width: 100%; }
.content .header:link,
.content .header:visited {
color: var(--fg);