From c35de0642ea072a2f1afc276c03752c75b62a4fc Mon Sep 17 00:00:00 2001 From: xomf Date: Fri, 29 Mar 2024 18:22:02 -0400 Subject: [PATCH] fix --- static/css/index.css | 3 ++- templates/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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}}