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

Alexander Bilz
14.41.2022 76bec347b4cc5d8d75b8c1d63033f28892b02583
assets/css/style.rtl.css
@@ -1,5 +1,5 @@
@charset "UTF-8";
/*
body {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.5rem;
@@ -9,7 +9,6 @@
  border-right: 0.25em solid var(--blockquote-border-color);
  border-left: inherit;
}
.tag,
.category {
  margin: 5px 0 5px 8px;
@@ -26,6 +25,7 @@
  border-right: inherit;
}
.sidebar .social-links i {
  margin-left: 3px;
  margin-right: inherit;
@@ -79,13 +79,6 @@
  padding-right: inherit;
}
.pagination .pre {
  float: right;
}
.pagination .next {
  float: left;
}
.list-with-title .listing .listing-post .post-time {
  float: left;
  text-align: left;
@@ -95,9 +88,6 @@
  padding-right: 0px;
}
.triangle {
  display: none;
}
@media screen and (min-width: 961px), print {
  header {
@@ -105,15 +95,6 @@
    left: 0;
    right: auto;
  }
  /* header .nav__list li {
    padding-left: 20px;
  }
  header .nav__list li:not(:last-of-type) {
    padding-right: inherit;
  }
  .triangle {
    display: inline-block;
  } */
}
@media (min-width: 1921px) {
@@ -126,3 +107,4 @@
    padding-left: 20%;
  }
}
*/