diff --git a/styles/elements/_action_group.scss b/styles/elements/_action_group.scss index 2d96dac8..1497a948 100644 --- a/styles/elements/_action_group.scss +++ b/styles/elements/_action_group.scss @@ -11,10 +11,10 @@ .usa-button, a { - margin: 0 0 0 ($gap * 2); + margin: 0 0 0 $gap; @include media($medium-screen) { - margin: 0 0 0 ($gap * 4); + margin: 0 0 0 ($gap * 2); } }