From c3989d01e13fa2bfe4269ab904196c3e7bfe7022 Mon Sep 17 00:00:00 2001 From: xomf Date: Sat, 30 Mar 2024 16:53:09 -0400 Subject: [PATCH] amogus --- static/css/index.css | 15 ++++++++++++--- templates/index.html | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index 7d16e88..e52371e 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -22,10 +22,19 @@ } .post span { - display: block; - margin-left: 10px; text-align: left; - line-height: 10px; + line-height: 0; +} + +.post span a { + height: fit-content; +} + +.post span h4 { + margin-bottom: 0; + margin-top: 6px; + font-size: 11pt; + } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 8137ae8..fc6f3ed 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,7 +25,7 @@
post img -

{{post.title}}

+

{{post.title}}

{{post.descr}}