Skip to content

Commit

Permalink
helper and variable fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibby committed Dec 18, 2015
1 parent d565052 commit 8958963
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion scss/components/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
.hide-text {
text-indent: -5000px;
font-size: 0;
}
.last {
margin-right: 0 !important;
}
Expand Down Expand Up @@ -100,7 +107,8 @@
.right {
float: right;
}
.upper {
.uppercase,
.capitalized {
text-transform: uppercase;
}
.list-flat {
Expand Down
4 changes: 2 additions & 2 deletions scss/components/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $font-family-controls: $font-family-base;
$font-family-code: Menlo, Monaco, Consolas, "Courier New", monospace;

// Grid
$grid-width: 1000;
$grid-gutter-width: 30;
$grid-width: 1200;
$grid-gutter-width: 30/($grid-width/100)*1%;

// Breakpoints
$breakpoint-large-phone: 650px;
Expand Down

0 comments on commit 8958963

Please sign in to comment.