From 58a1f970b2604566c1fd5111fbe00aef83a99033 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 16:29:40 -0700 Subject: Post URL/style fixup --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index 0611fb5..8f1e620 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -502,7 +502,7 @@ h1.identity small { .post .handle { display: block; - padding: 7px 0 10px 64px; + padding: 7px 0 0 64px; } .post time { @@ -515,3 +515,7 @@ h1.identity small { .post .content { padding-left: 64px; } + +.post .content p { + margin: 12px 0 4px 0; +} -- cgit v1.2.3