From b69811105f3643c1a7ea15f2d54dbe90deee50ef Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 11 May 2018 08:02:04 +0200 Subject: [PATCH] Enlarge list of latest posts --- assets/css/pages/latestPosts/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/pages/latestPosts/main.css b/assets/css/pages/latestPosts/main.css index 742d43f0..9ecbb0ad 100644 --- a/assets/css/pages/latestPosts/main.css +++ b/assets/css/pages/latestPosts/main.css @@ -21,4 +21,6 @@ .latest-posts-row .col-md-5 { margin: auto; float: none; + width: 100%; + max-width: 800px; } \ No newline at end of file