Merge pull request #92 from ACCakut/patch-1

Adding class for centering in markdown
This commit is contained in:
Michael Rose 2014-09-18 09:37:26 -04:00
commit f66e34cd32

View file

@ -263,6 +263,9 @@ pre {
.no-scroll {
overflow: hidden;
}
.center{
text-align: center;
}
// Global Transition
@ -270,4 +273,4 @@ pre {
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a, .highlight {
@include transition(all .2s ease);
}
}