From 1376dd999ddd1fd247e73698655d53013f5ab008 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Sat, 20 Sep 2025 15:56:03 -0500 Subject: Remove margin from top return --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 1f608ee..0bb4559 100644 --- a/static/style.css +++ b/static/style.css @@ -131,7 +131,7 @@ article { box-shadow: 0 0 1em 0.4em rgb(224, 224, 224); } -#post > article, #intro, .entries, .return { +#post > article, #intro, .entries, .lower-return { margin-top: 1.75rem; } -- cgit v1.2.3