Skip to content

Commit

Permalink
Rebuild 'Update padding on wrap utility class'
Browse files Browse the repository at this point in the history
  • Loading branch information
lroliphant committed Mar 4, 2016
1 parent 1c5c2cc commit eab2e8b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
Binary file modified dist/fonts/fc-icons.eot
Binary file not shown.
Binary file modified dist/fonts/fc-icons.ttf
Binary file not shown.
Binary file modified dist/fonts/fc-icons.woff
Binary file not shown.
7 changes: 5 additions & 2 deletions dist/sass/general/useful-classes.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.wrap { @include wrapThis(true); }
.wrap {
@include wrapThis(rem(1));

@include wrapThis(rem(1.5), $bpMobileLandscape false);
}
.wrap--nopad { @include wrapThis(); }

// Floats
Expand Down Expand Up @@ -126,4 +130,3 @@
}
}
}

4 changes: 4 additions & 0 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,10 @@ h6 {
.wrap {
padding-left: 16px;
padding-right: 16px; }
@media only screen and (min-width: 640px) {
.wrap {
padding-left: 24px;
padding-right: 24px; } }

.fl {
float: left; }
Expand Down

0 comments on commit eab2e8b

Please sign in to comment.