mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-13 02:18:29 +00:00
Add .center class for text centering
This commit is contained in:
parent
0ed9f70323
commit
b3bc58ef33
1 changed files with 4 additions and 0 deletions
|
@ -695,6 +695,10 @@ mark {
|
|||
font-weight: 700;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
.comments {
|
||||
margin-top: .625rem;
|
||||
|
|
Loading…
Reference in a new issue