Skip to content

Commit

Permalink
Merge pull request #550 from AlecRust/patch-2
Browse files Browse the repository at this point in the history
Add .text-center utility class
  • Loading branch information
XhmikosR committed Aug 28, 2014
2 parents 5bffa78 + 9b4c2be commit 269a274
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ a {
.content-padded {
margin: $bar-side-spacing;
}
.text-center {
text-align: center;
}
.pull-left {
float: left;
}
Expand Down

0 comments on commit 269a274

Please sign in to comment.