static: added .text-center class to css/clean-blog

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-05-23 04:02:22 -06:00
parent e3d4eac9c8
commit 261160f46f

View file

@ -393,3 +393,7 @@ img::-moz-selection {
body {
webkit-tap-highlight-color: #0085a1;
}
.text-center {
text-align: center;
}