Assorted style fixes/tweaks

This commit is contained in:
Andrew Croce
2018-07-26 12:24:31 -04:00
parent 599a8f7b26
commit 222c082533
6 changed files with 50 additions and 8 deletions

View File

@@ -4,8 +4,13 @@
align-items: center;
margin-top: $gap * 4;
.action-group__action {
.usa-button,
a {
margin: 0 0 0 ($gap * 2);
@include media($medium-screen) {
margin: 0 0 0 ($gap * 4);
}
}
&:last-child {