feat(persian): add persian language

This commit is contained in:
Amir
2018-04-27 16:50:58 +04:30
parent 6c665e659b
commit dd5be99c69
18 changed files with 60 additions and 3 deletions

View File

@ -127,6 +127,19 @@ strong {
}
}
.fa-post {
font-family: $base-font-family;
direction: rtl !important;
.post-content {
text-align: right;
font-size: 1.05em;
line-height: 1.718em;
}
.share-page {
direction: ltr;
}
}
.post-content .heading-link {
display: block;
position: absolute;