Skip to content

Commit

Permalink
CSS fix for Hebrew language.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Dec 12, 2020
1 parent 598a95a commit 9ad73ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ body {
font-family: 'Noto Sans JP', sans-serif !important;
}

.he-IL {
display: inline-block;
direction: rtl;
}

*,
*:before,
*:after {
Expand Down

0 comments on commit 9ad73ca

Please sign in to comment.