Merge pull request #1542 from ISSOtm/patch-1
Apply max width to video as well as images
This commit is contained in:
commit
2c7aac6d7a
|
@ -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