condense the post list a bit

This commit is contained in:
Ellpeck 2019-10-10 20:01:56 +02:00
parent 17168f808e
commit 60b230fc8b
2 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,6 @@ $.ajax({
let id = obj["id"];
let p = "";
p += '<a class="blog-anchor" id="blog-' + id + '"></a>';
p += '<div class="card bg-light blog-entry rounded-0">';
p += '<div class="card-body">';
p += '<h2 class="card-title"><a class="blog-button" href="/blog-' + id + '">' + obj["name"] + '</a></h2>';

View File

@ -107,8 +107,7 @@ body {
}
.blog-summary {
margin-bottom: 15px;
width: 90%;
width: 85%;
}
.footer {