From 4a96104dafdf60e855977d94212d165de8843b21 Mon Sep 17 00:00:00 2001 From: ScottyThePilot Date: Sun, 29 Oct 2023 18:32:42 -0400 Subject: [PATCH] Fix header style --- stylesheet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index 0cf8df1..1283f3f 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -61,7 +61,8 @@ footer p, footer h1, footer h2, footer h3 { margin-bottom: 0.5rem; } -header p:last-child, footer p:last-child { +header p:last-child, header h1:last-child, header h2:last-child, header h3:last-child, +footer p:last-child, footer h1:last-child, footer h2:last-child, footer h3:last-child { margin-bottom: 0; }