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

@ -18,7 +18,7 @@
padding-top: 15px; padding-top: 15px;
} }
.latest-posts-row .col-md-6 { .latest-posts-row .col-md-5 {
margin: auto; margin: auto;
float: none; float: none;
} }

View File

@ -40,7 +40,7 @@ ComunicWeb.pages.latestPosts.main = {
var column = createElem2({ var column = createElem2({
appendTo: pageRow, appendTo: pageRow,
type: "div", type: "div",
class: "col-md-6" class: "col-md-5"
}); });
//Create post box //Create post box