Skip to content

Commit

Permalink
whoops - correct margin value
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolini committed Sep 17, 2016
1 parent efab50e commit 3067b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
.ml-lg-3 { margin-left: 32px; }

.mt-lg-4 { margin-top: 64px; }
.mr-lg-4 { margin-right: 63px; }
.mr-lg-4 { margin-right: 64px; }
.mb-lg-4 { margin-bottom: 64px; }
.ml-lg-4 { margin-left: 64px; }
}
Expand Down

0 comments on commit 3067b85

Please sign in to comment.