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

Alexander Bilz
01.05.2021 89d9d18964feff69061835ccd92912aaf52d9704
fix: offset in Arabic menu

1 files modified
5 ■■■■ changed files
assets/css/style.rtl.css 5 ●●●● patch | view | raw | blame | history
assets/css/style.rtl.css
@@ -96,7 +96,7 @@
}
.triangle {
  display: inline-block;
  display: none;
}
@media screen and (min-width: 960px), print {
@@ -111,6 +111,9 @@
  header .nav__list li:not(:last-of-type) {
    padding-right: inherit;
  }
  .triangle {
    display: inline-block;
  }
}
@media (min-width: 1921px) {