From 685f8e11882cd77e9ddbb46bbd5e49300be626a2 Mon Sep 17 00:00:00 2001 From: Simran Kaur Date: Sat, 27 Sep 2025 11:26:42 +0530 Subject: [PATCH] Add margin below example headings for better spacing (resolves #975) --- styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.scss b/styles/global.scss index facdfac4c2..ea47d8b8ad 100644 --- a/styles/global.scss +++ b/styles/global.scss @@ -230,7 +230,7 @@ section, h2, .text-h2 { margin-top: var(--gutter-md); - margin-bottom: 0px; + margin-bottom: var(--spacing-md); } h2,