static: added .text-center class to css/clean-blog
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
e3d4eac9c8
commit
261160f46f
1 changed files with 4 additions and 0 deletions
|
@ -393,3 +393,7 @@ img::-moz-selection {
|
||||||
body {
|
body {
|
||||||
webkit-tap-highlight-color: #0085a1;
|
webkit-tap-highlight-color: #0085a1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
Reference in a new issue