We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a6a526 + 79f806d commit 6362575Copy full SHA for 6362575
1 file changed
layouts/shortcodes/comic.html
@@ -1,16 +1,11 @@
1
-<div class="comic"></div>
+<div class="comic">
2
<a href="https://heyzine.com/flip-book/3e66a13901.html">
3
<img src="/images/content_images/numpy-comic.png" alt="NumPy Contributor comic book cover">
4
</a>
5
</div>
6
7
<style>
8
- .comic {
+ .comic img {
9
max-width: 20%;
10
- max-height: 20%;
11
- }
12
- img {
13
- max-width: 20%;
14
15
}
16
</style>
0 commit comments