From 4b33920fdefc9cd736603c5317f55346d7184dd4 Mon Sep 17 00:00:00 2001 From: Irfan762 Date: Wed, 4 Feb 2026 21:58:48 +0530 Subject: [PATCH 1/2] Add spacing between heading and image in example cards (fixes #975) --- styles/global.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/global.scss b/styles/global.scss index 07b9478f8c..090943ea74 100644 --- a/styles/global.scss +++ b/styles/global.scss @@ -229,8 +229,8 @@ section, h2, .text-h2 { - margin-top: var(--gutter-md); - margin-bottom: 0px; + padding-top: var(--spacing-md); + padding-bottom: var(--spacing-md); } h2, From fefc4509d2c586bae7381e28bf68004f212cc699 Mon Sep 17 00:00:00 2001 From: Irfan762 Date: Tue, 24 Feb 2026 00:16:14 +0530 Subject: [PATCH 2/2] Fix sidebar font spacing by improving height and padding --- src/components/Nav/styles.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Nav/styles.module.scss b/src/components/Nav/styles.module.scss index 9171252f57..a1cf9acdcd 100644 --- a/src/components/Nav/styles.module.scss +++ b/src/components/Nav/styles.module.scss @@ -47,6 +47,10 @@ line-height: 1.167; -webkit-text-stroke-width: 0.15px; margin-bottom: var(--spacing-xs); + + li { + margin-bottom: 0.5rem; + } } @media (min-width: $breakpoint-tablet) {