Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aj committed Dec 11, 2015
1 parent fc27179 commit 40379a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
}

.container {
width: 90%;
width: 90% !important;
}

}
Expand All @@ -206,7 +206,7 @@
}

.container {
width: 90%;
width: 90% !important;
}

}
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
containers: 90%
),
small: (
small: (90%, true),
containers: (90%, true),
grid: ( gutters: 1.25em )
)
)
Expand Down

0 comments on commit 40379a6

Please sign in to comment.