Skip to content

Commit

Permalink
space between action items is now 24px (#8)
Browse files Browse the repository at this point in the history
* increased space between action items to 24px per global ux pattern

* increased space between action items to 24px per global ux pattern
  • Loading branch information
timjenkins authored and PeteSchuster committed May 24, 2018
1 parent ab783d6 commit 3239cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/sass/all-digital/components/_action.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.action__item {
@include respond-to(768) {
float: right;
margin-left: 10px;
margin-left: 24px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-digital",
"version": "2.2.0",
"version": "2.2.1",
"description": "CSS for All Digital",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3239cdc

Please sign in to comment.