We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec6a08 commit 24b21f7Copy full SHA for 24b21f7
layouts/shortcodes/comic.html
@@ -6,7 +6,7 @@
6
7
<style>
8
.comic {
9
- width: 30%;
10
- height: auto;
+ max-width: 20%;
+ max-height: 20%;
11
}
12
</style>
0 commit comments