Skip to content

Commit 2c23296

Browse files
correct img overflow missing from rule binding to parent figure in main
1 parent efd5cc8 commit 2c23296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/vocabulary.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ main figure {
513513
padding: 0;
514514
}
515515

516-
main > article figure img, main > figure img {
516+
main > article figure img, main > figure img, main > .content figure img {
517517
width: 100%;
518518
}
519519

0 commit comments

Comments
 (0)