mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-24 18:08:50 +00:00
Reduced width of latests post page column.
This commit is contained in:
parent
83fe4b9b8b
commit
802b4550bd
@ -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;
|
||||||
}
|
}
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user