Apply max width to video as well as images

Since videos are essentially animated images, this same max width makes sense for both.
This commit is contained in:
Eldred Habert 2021-05-23 16:10:26 +02:00 committed by GitHub
parent 7e7e779ef7
commit 3ee22fb430
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);