Skip to content

Commit

Permalink
added text component
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Hoffmann committed Dec 16, 2012
1 parent 06ec7d0 commit 118dd55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/text.scss
@@ -0,0 +1,12 @@
/**
* Component: Text
*
* @author Maximilian Hoffmann http://maximilianhoffmann.com
*/

.text-center {
text-align: center;
}
.text-right {
text-align: right;
}

0 comments on commit 118dd55

Please sign in to comment.