Adding Right-to-Left support for template (#875)

This commit is contained in:
Hamid Reza
2020-11-01 13:24:57 +03:30
committed by GitHub
parent b17b3d40da
commit caecc2c98e
2 changed files with 12 additions and 0 deletions

View File

@@ -445,3 +445,11 @@ h5 {
a strong {
color: #268bd2;
}
.right-to-left {
direction: rtl;
}
.left-to-right, .right-to-left pre {
direction: ltr;
}