From 64eb556484516af4b23c601fdc3413d2baebd45b Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 16 Nov 2015 15:19:01 -0500 Subject: [PATCH] fixes #200 --- less/posts_list.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/less/posts_list.less b/less/posts_list.less index 3185c1a..f5947c9 100644 --- a/less/posts_list.less +++ b/less/posts_list.less @@ -100,4 +100,10 @@ } } } +} + +@media (max-width: @screen-sm-min) { + .posts-list .posts-list-item .post-info { + width: 100px; + } } \ No newline at end of file