From 60b230fc8b94096771eba18ae02879c0a129a0cb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 10 Oct 2019 20:01:56 +0200 Subject: [PATCH] condense the post list a bit --- scripts/blog.js | 1 - style/style.css | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/blog.js b/scripts/blog.js index 89ed0bd..5ef5a52 100644 --- a/scripts/blog.js +++ b/scripts/blog.js @@ -10,7 +10,6 @@ $.ajax({ let id = obj["id"]; let p = ""; - p += ''; p += '
'; p += '
'; p += '

' + obj["name"] + '

'; diff --git a/style/style.css b/style/style.css index 06be00c..88da8f9 100644 --- a/style/style.css +++ b/style/style.css @@ -107,8 +107,7 @@ body { } .blog-summary { - margin-bottom: 15px; - width: 90%; + width: 85%; } .footer {