mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Adding Right-to-Left support for template (#875)
This commit is contained in:
@@ -445,3 +445,11 @@ h5 {
|
||||
a strong {
|
||||
color: #268bd2;
|
||||
}
|
||||
|
||||
.right-to-left {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.left-to-right, .right-to-left pre {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user