Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_navigation_rtl.scss « scss « assets - github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03939253bad2884b60522f54f6e55cdf0018135f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
body.rtl {
  .navigation-list {
    float: left;
    @media only screen and (max-device-width : 768px) {
      left: 0;
      right: auto;
    }
  }

  .navigation-item {
    float: right;
  }
}