From ac52fb743ce9a0affeef3e93d8774b10e9bf202b Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 25 May 2019 17:02:16 +1200 Subject: [PATCH] tidy post display on small screens --- app/views/posts/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/show.html.haml b/app/views/posts/show.html.haml index 578d0af68..dc20c7193 100644 --- a/app/views/posts/show.html.haml +++ b/app/views/posts/show.html.haml @@ -35,7 +35,7 @@ %li.breadcrumb-item.active{"aria-current" => "page"}= @post.subject .row - .col-8.col-xs-12 + .col-md-8.col-12 %section.blog-post .card.post{ id: "post-#{@post.id}" } .card-header