condense the post list a bit
This commit is contained in:
parent
17168f808e
commit
60b230fc8b
2 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,6 @@ $.ajax({
|
||||||
let id = obj["id"];
|
let id = obj["id"];
|
||||||
|
|
||||||
let p = "";
|
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 bg-light blog-entry rounded-0">';
|
||||||
p += '<div class="card-body">';
|
p += '<div class="card-body">';
|
||||||
p += '<h2 class="card-title"><a class="blog-button" href="/blog-' + id + '">' + obj["name"] + '</a></h2>';
|
p += '<h2 class="card-title"><a class="blog-button" href="/blog-' + id + '">' + obj["name"] + '</a></h2>';
|
||||||
|
|
|
@ -107,8 +107,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-summary {
|
.blog-summary {
|
||||||
margin-bottom: 15px;
|
width: 85%;
|
||||||
width: 90%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|
Loading…
Reference in a new issue