Minor layout and style adjustments.

This commit is contained in:
2018-11-22 21:35:27 +01:00
parent 6ae9a5ddeb
commit 72417a9abb
4 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ export class Posts extends NodesBase {
static create$item(post) {
let content = [];
let $title = $('<div>')
.addClass('display-4 text-uppercase font-weight-bold')
.addClass('h2 text-uppercase font-weight-bold mt-4 mb-3')
.text(post.name);
content.push($title);
let $post = $('<div>')