Reduced width of latests post page column.

This commit is contained in:
Pierre
2018-02-03 18:25:21 +01:00
parent 83fe4b9b8b
commit 802b4550bd
2 changed files with 2 additions and 2 deletions

View File

@ -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