diff --git a/static/css/index.css b/static/css/index.css index 0c4ebc9..2b5929f 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -13,5 +13,6 @@ .post span { margin-left: 10px; - margin-top: 1%; + text-align: left; + line-height: 10px; } diff --git a/templates/index.html b/templates/index.html index 628bdc8..d6560ae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,7 +25,7 @@
post img -

{{post.title}}

+

{{post.title}}

{{post.description}}