Skip to content

Commit 38457bf

Browse files
fix image sizing
[skip actions]
1 parent 981fb64 commit 38457bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ figure {
264264
}
265265

266266
img {
267-
max-width: 60%;
267+
max-height: 60vh;
268268
cursor: zoom-in;
269269
}
270270

0 commit comments

Comments
 (0)