Skip to content

Commit 24b21f7

Browse files
authored
Adjust comic dimension
1 parent 4ec6a08 commit 24b21f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/comic.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<style>
88
.comic {
9-
width: 30%;
10-
height: auto;
9+
max-width: 20%;
10+
max-height: 20%;
1111
}
1212
</style>

0 commit comments

Comments
 (0)