We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32385d commit 61716c5Copy full SHA for 61716c5
.changeset/pretty-ducks-wave.md
@@ -0,0 +1,5 @@
1
+---
2
+'@cloudfour/patterns': minor
3
4
+
5
+Increase whitespace in the ground-nav component
src/components/ground-nav/ground-nav.scss
@@ -7,7 +7,7 @@
7
8
// Whitespace used for gaps, padding and margin
9
// (It uses `rem` so space will be consistent throughout the component)
10
-$_ground-nav-space: ms.step(1, 1rem);
+$_ground-nav-space: ms.step(3, 1rem);
11
// Negative value used to reduce the space around elements as well as position elements.
12
$_ground-nav-negative-space: ($_ground-nav-space * -1);
13
$_ground-nav-border-width: size.$edge-medium;
0 commit comments