Commit b7103f1e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Update spacers to increment 1 unit at a time

parent 3754b406
......@@ -42,6 +42,9 @@ $spacers: (
3: ($spacer * 2),
4: ($spacer * 3),
5: ($spacer * 4),
6: ($spacer * 8)
6: ($spacer * 5),
7: ($spacer * 6),
8: ($spacer * 7),
9: ($spacer * 8)
);
$pagination-color: $gl-text-color;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment