Skip to content

Commit 61716c5

Browse files
authored
Incease whitespace for the ground nav component (#1533)
* Incease whitespace for the ground nav component * Add changeset
1 parent d32385d commit 61716c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/pretty-ducks-wave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

0 commit comments

Comments
 (0)