From 90ff98edfc12e5813ef06eeb20a620b3f36c0f19 Mon Sep 17 00:00:00 2001 From: amyleadem Date: Thu, 13 Feb 2025 15:39:04 -0700 Subject: [PATCH] Tweaks --- css/custom-styles/_whats-new.scss | 2 +- pages/whats-new/overview.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/custom-styles/_whats-new.scss b/css/custom-styles/_whats-new.scss index 320fd89f0..658396359 100644 --- a/css/custom-styles/_whats-new.scss +++ b/css/custom-styles/_whats-new.scss @@ -136,7 +136,7 @@ } &:first-of-type { - margin-top:0; + margin-top: units(2); } &:last-of-type { diff --git a/pages/whats-new/overview.md b/pages/whats-new/overview.md index 6769e3ac5..99e033aaa 100644 --- a/pages/whats-new/overview.md +++ b/pages/whats-new/overview.md @@ -79,7 +79,7 @@ in_page_nav_headings: "h2" {% assign changelogItems = changelogItems | sort: 'date' | reverse | slice: 0,15 %} {:.whats-new__heading.margin-top-4} -## On this page +### On this page {% include jump-links.html %} @@ -160,7 +160,7 @@ in_page_nav_headings: "h2" {:.whats-new__heading} ## Changelog -Meaningful code, guidance, and content updates across the design system. +Latest code, guidance, and content updates across the design system.
{% include consolidated-changelog-table.html %}