From 250d6dd10b4d9a043cbbe8de0265c4b37f33c75c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 5 Oct 2025 00:03:49 -0400 Subject: [PATCH] remove margin --- styles/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/common.css b/styles/common.css index 75738ff..24c7a03 100644 --- a/styles/common.css +++ b/styles/common.css @@ -105,3 +105,7 @@ pre code { border-right: 1em solid #ffffff; user-select: none; } + +main h2 { + margin-bottom: 0; +}