mirror of https://github.com/luizdepra/hugo-coder.git

Luiz F. A. de Prá
19.19.2021 e0988ee1e2c2eab690cd9dc4c0046ae5d9212b87
assets/scss/_navigation_rtl.scss
@@ -1,7 +1,7 @@
body.rtl {
  .navigation-list {
    float: left;
    @media only screen and (max-width : 768px) {
    @media only screen and (max-width: 768px) {
      left: 0;
      right: auto;
    }
@@ -11,7 +11,7 @@
  }
  .menu-button {
    @media only screen and (max-width : 768px) {
    @media only screen and (max-width: 768px) {
      float: left;
    }
  }