Skip to content

Commit

Permalink
Merge pull request mmistakes#92 from ACCakut/patch-1
Browse files Browse the repository at this point in the history
Adding class for centering in markdown
  • Loading branch information
mmistakes committed Sep 18, 2014
2 parents 4bf60f5 + 56ec685 commit f66e34c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _sass/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,14 @@ pre {
.no-scroll {
overflow: hidden;
}
.center{
text-align: center;
}


// Global Transition
// ---------------------------------------------------

b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a, .highlight {
@include transition(all .2s ease);
}
}

0 comments on commit f66e34c

Please sign in to comment.