From 83e141a74f324fde11b7267efedcc1f3523c4b9e Mon Sep 17 00:00:00 2001 From: rawleyfowler Date: Wed, 12 Mar 2025 16:25:31 -0500 Subject: [PATCH] Fix P margin --- netbsdclub.css | 1 + 1 file changed, 1 insertion(+) diff --git a/netbsdclub.css b/netbsdclub.css index 41d8d72..f63292e 100644 --- a/netbsdclub.css +++ b/netbsdclub.css @@ -22,4 +22,5 @@ p { max-width: 300px; margin: auto; text-align: center; + margin-bottom: 12px; }