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 {