From e9af28b6eb11de35cc223ecea376d0042bbc19ed Mon Sep 17 00:00:00 2001 From: Butter Cat Date: Thu, 23 May 2024 20:31:40 -0400 Subject: [PATCH] Make sure that the extra

at the bottom of a comment containing only an image doesn't get a margin --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 6c561d4..ffc977e 100644 --- a/static/style.css +++ b/static/style.css @@ -1492,7 +1492,7 @@ input[type="submit"] { width: 100%; } -.md > *:not(:first-child) { +.md > p:not(:first-child):not(:last-child) { margin-top: 20px; }