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 a847a4bf87
commit 78919b9079

View file

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