diff --git a/src/scripts/js/es6/common/templates/nodes/Posts.js b/src/scripts/js/es6/common/templates/nodes/Posts.js index fd01bb55..8afc38f3 100644 --- a/src/scripts/js/es6/common/templates/nodes/Posts.js +++ b/src/scripts/js/es6/common/templates/nodes/Posts.js @@ -4,7 +4,7 @@ export class Posts extends NodesBase { static create$item(post) { let content = []; let $title = $('
') - .addClass('h1 text-uppercase mt-4 mb-3') + .addClass('h1 text-uppercase font-weight-bold d-block pt-5 pb-2') .text(post.name); content.push($title); let $post = $('
')