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

Joseph Ting
21.37.2018 bab77656bb6faeff9727d05ec7bd7a038ec244b6
assets/scss/_navigation_rtl.scss
@@ -1,7 +1,7 @@
body.rtl {
  .navigation-list {
    float: left;
    @media only screen and (max-device-width : 768px) {
    @media only screen and (max-width : 768px) {
      left: 0;
      right: auto;
    }
@@ -11,7 +11,7 @@
  }
  .menu-button {
    @media only screen and (max-device-width : 768px) {
    @media only screen and (max-width : 768px) {
      float: left;
    }
  }