Add .center class for text centering

This commit is contained in:
vimux 2018-05-23 10:16:16 +03:00
parent 0ed9f70323
commit b3bc58ef33
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -695,6 +695,10 @@ mark {
font-weight: 700; font-weight: 700;
} }
.center {
text-align: center;
}
/* Comments */ /* Comments */
.comments { .comments {
margin-top: .625rem; margin-top: .625rem;