diff --git a/.changeset/pretty-ducks-wave.md b/.changeset/pretty-ducks-wave.md new file mode 100644 index 000000000..003a37cb4 --- /dev/null +++ b/.changeset/pretty-ducks-wave.md @@ -0,0 +1,5 @@ +--- +'@cloudfour/patterns': minor +--- + +Increase whitespace in the ground-nav component diff --git a/src/components/ground-nav/ground-nav.scss b/src/components/ground-nav/ground-nav.scss index 9bc4402ea..998837dc2 100644 --- a/src/components/ground-nav/ground-nav.scss +++ b/src/components/ground-nav/ground-nav.scss @@ -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;