From 47e0e869942c224c1d96d8c42730511ae0649870 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Thu, 18 Sep 2025 10:46:02 -0500 Subject: Add stack margin class for easier styling --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 8bdbecc..4cfdf6b 100644 --- a/static/style.css +++ b/static/style.css @@ -98,6 +98,10 @@ article { margin-top: 1.75rem; } +.stack-margin { + margin-top: 1.75rem; +} + .entries a { text-decoration: none; } -- cgit v1.2.3