Skip to content

Commit ebfaceb

Browse files
Apply style only to img tag inside comic class
1 parent 8a6a526 commit ebfaceb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

layouts/shortcodes/comic.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
</div>
66

77
<style>
8-
.comic {
9-
max-width: 20%;
10-
max-height: 20%;
11-
}
12-
img {
8+
.comic img {
139
max-width: 20%;
1410
max-height: 20%;
1511
}

0 commit comments

Comments
 (0)