Skip to content

Commit ac68b48

Browse files
committed
fix image overflow on mobile
1 parent 4f8a63a commit ac68b48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ body {
121121
.rel more {
122122
font-size: 10px;
123123
}
124+
.rel_img {
125+
/* Prevent thumbnail from increasing width (useful on mobile). */
126+
overflow: hidden;
127+
}
124128
#sbox {
125129
width: 100%;
126130
}

0 commit comments

Comments
 (0)