mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
14.41.2022 76bec347b4cc5d8d75b8c1d63033f28892b02583
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;
  }
}