Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleadem committed Feb 13, 2025
1 parent fdf0ce4 commit 90ff98e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/custom-styles/_whats-new.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}

&:first-of-type {
margin-top:0;
margin-top: units(2);
}

&:last-of-type {
Expand Down
4 changes: 2 additions & 2 deletions pages/whats-new/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down Expand Up @@ -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.

<div class="margin-top-2">
{% include consolidated-changelog-table.html %}
Expand Down

0 comments on commit 90ff98e

Please sign in to comment.