Skip to content

Commit 2c7aac6

Browse files
authored
Merge pull request #1542 from ISSOtm/patch-1
Apply max width to video as well as images
2 parents 7e7e779 + 3ee22fb commit 2c7aac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/css/general.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ h6:target::before {
9292
.content ul { line-height: 1.45em; }
9393
.content a { text-decoration: none; }
9494
.content a:hover { text-decoration: underline; }
95-
.content img { max-width: 100%; }
95+
.content img, .content video { max-width: 100%; }
9696
.content .header:link,
9797
.content .header:visited {
9898
color: var(--fg);

0 commit comments

Comments
 (0)