added aligning classes
This commit is contained in:
@ -436,3 +436,14 @@ body.colorscheme-dark .float-container a:hover,body.colorscheme-dark .float-cont
|
||||
color: #4e5d94;
|
||||
}
|
||||
}
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
Reference in New Issue
Block a user