From 802b4550bdbf87ace5c3bb27a8dfe8ff3e6d87c2 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 3 Feb 2018 18:25:21 +0100 Subject: [PATCH] Reduced width of latests post page column. --- assets/css/pages/latestPosts/main.css | 2 +- assets/js/pages/latestPosts/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/pages/latestPosts/main.css b/assets/css/pages/latestPosts/main.css index ae68eccd..742d43f0 100644 --- a/assets/css/pages/latestPosts/main.css +++ b/assets/css/pages/latestPosts/main.css @@ -18,7 +18,7 @@ padding-top: 15px; } -.latest-posts-row .col-md-6 { +.latest-posts-row .col-md-5 { margin: auto; float: none; } \ No newline at end of file diff --git a/assets/js/pages/latestPosts/main.js b/assets/js/pages/latestPosts/main.js index e17e9086..b46af69d 100644 --- a/assets/js/pages/latestPosts/main.js +++ b/assets/js/pages/latestPosts/main.js @@ -40,7 +40,7 @@ ComunicWeb.pages.latestPosts.main = { var column = createElem2({ appendTo: pageRow, type: "div", - class: "col-md-6" + class: "col-md-5" }); //Create post box