mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +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;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Comments */
|
/* Comments */
|
||||||
.comments {
|
.comments {
|
||||||
margin-top: .625rem;
|
margin-top: .625rem;
|
||||||
|
|
Loading…
Reference in a new issue