From 76bec347b4cc5d8d75b8c1d63033f28892b02583 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 14 Feb 2022 18:41:54 +0000
Subject: [PATCH] refactor: add back rtl styling

---
 assets/scss/partials/components/_category.scss |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/assets/scss/partials/components/_category.scss b/assets/scss/partials/components/_category.scss
index 9d8c0d7..58332cd 100644
--- a/assets/scss/partials/components/_category.scss
+++ b/assets/scss/partials/components/_category.scss
@@ -9,5 +9,10 @@
   display: inline-block;
   font-size: 1.5rem;
   line-height: 1;
-  margin: 5px 8px 5px 0;
+  @include ltr{
+    margin: 5px 8px 5px 0;
+  }
+  @include rtl {
+    margin: 5px 0 5px 8px;
+  }
 }

--
Gitblit v1.10.0