From cd3aac276b9225c92854b23e9b236453c41b10e1 Mon Sep 17 00:00:00 2001 From: Butter Cat Date: Mon, 9 Sep 2024 19:14:24 -0400 Subject: [PATCH] Make last

in post body get padding above it --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 214af55..73d0289 100644 --- a/static/style.css +++ b/static/style.css @@ -1727,7 +1727,7 @@ input[type="submit"] { width: 100%; } -.md > p:not(:first-child):not(:last-child) { +.md > p:not(:first-child) { margin-top: 20px; }