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:
parent
7e7e779ef7
commit
3ee22fb430
|
@ -92,7 +92,7 @@ h6:target::before {
|
||||||
.content ul { line-height: 1.45em; }
|
.content ul { line-height: 1.45em; }
|
||||||
.content a { text-decoration: none; }
|
.content a { text-decoration: none; }
|
||||||
.content a:hover { text-decoration: underline; }
|
.content a:hover { text-decoration: underline; }
|
||||||
.content img { max-width: 100%; }
|
.content img, .content video { max-width: 100%; }
|
||||||
.content .header:link,
|
.content .header:link,
|
||||||
.content .header:visited {
|
.content .header:visited {
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
Loading…
Reference in New Issue