Skip to content

Commit f361b8f

Browse files
committed
Fix reflow of posts on blog index
1 parent 199d221 commit f361b8f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css/blog.css

+9-1
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,16 @@ blockquote {
134134
.blog-posts .grid {
135135
overflow: visible;
136136
}
137+
138+
@media handheld, only screen and (max-width: 850px) {
139+
.blog-posts .post-preview {
140+
width: calc(100% / 2 - 50px);
141+
height: 200px;
142+
}
143+
}
144+
137145
@media handheld, only screen and (max-width: 767px) {
138-
.post-preview {
146+
.blog-posts .post-preview {
139147
width: calc(100% - 40px);
140148
height: 200px;
141149
}

0 commit comments

Comments
 (0)