diff --git a/assets/style.css b/assets/style.css index b9c5270..2ee0cc6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -18,7 +18,7 @@ body { background-color: #d2e0ec; margin: 20px auto; max-width: 750px; - width: 80%; + width: 90%; } a { diff --git a/templates/blog.html b/templates/blog.html index c507d93..1eb35ab 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -1,18 +1,24 @@

Blog

{% for blog in blogs %} -
-

- - [ {{ blog.title }} ] -

-
-

{{ blog.date }}

+
+
+

+ + [ {{ blog.title }} ] + +

+
+
+
+
+

{{ blog.date }}

+
{% endfor %}