Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pretty-ducks-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cloudfour/patterns': minor
---

Increase whitespace in the ground-nav component
2 changes: 1 addition & 1 deletion src/components/ground-nav/ground-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// Whitespace used for gaps, padding and margin
// (It uses `rem` so space will be consistent throughout the component)
$_ground-nav-space: ms.step(1, 1rem);
$_ground-nav-space: ms.step(3, 1rem);
// Negative value used to reduce the space around elements as well as position elements.
$_ground-nav-negative-space: ($_ground-nav-space * -1);
$_ground-nav-border-width: size.$edge-medium;
Expand Down