Skip to content

Commit

Permalink
Fix typos in columns, recompile dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
erwstout committed Jun 1, 2018
1 parent 99f79c4 commit bf0c914
Show file tree
Hide file tree
Showing 4 changed files with 944 additions and 529 deletions.
4 changes: 2 additions & 2 deletions components/_columns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// Medium col-no-pad
.md-col-no-pad {
padding-left: 0;
padding: right: 0;
padding-right: 0;
}
}

Expand Down Expand Up @@ -92,7 +92,7 @@
// Small col-no-pad
.sm-col-no-pad {
padding-left: 0;
padding: right: 0;
padding-right: 0;
}
}

Expand Down
Loading

0 comments on commit bf0c914

Please sign in to comment.