Skip to content

Commit 8958963

Browse files
author
Gibby
committed
helper and variable fixes
1 parent d565052 commit 8958963

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

scss/components/_helpers.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@
7373
.text-right {
7474
text-align: right;
7575
}
76+
.text-left {
77+
text-align: left;
78+
}
79+
.hide-text {
80+
text-indent: -5000px;
81+
font-size: 0;
82+
}
7683
.last {
7784
margin-right: 0 !important;
7885
}
@@ -100,7 +107,8 @@
100107
.right {
101108
float: right;
102109
}
103-
.upper {
110+
.uppercase,
111+
.capitalized {
104112
text-transform: uppercase;
105113
}
106114
.list-flat {

scss/components/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $font-family-controls: $font-family-base;
55
$font-family-code: Menlo, Monaco, Consolas, "Courier New", monospace;
66

77
// Grid
8-
$grid-width: 1000;
9-
$grid-gutter-width: 30;
8+
$grid-width: 1200;
9+
$grid-gutter-width: 30/($grid-width/100)*1%;
1010

1111
// Breakpoints
1212
$breakpoint-large-phone: 650px;

0 commit comments

Comments
 (0)