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.
1 parent 199d221 commit f361b8fCopy full SHA for f361b8f
css/blog.css
@@ -134,8 +134,16 @@ blockquote {
134
.blog-posts .grid {
135
overflow: visible;
136
}
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
145
@media handheld, only screen and (max-width: 767px) {
- .post-preview {
146
147
width: calc(100% - 40px);
148
height: 200px;
149
0 commit comments