site

personal website, served at mordaunt.dev/site
Log | Files | Refs

_navigation_rtl.scss (289B)


      1 body.rtl {
      2   .navigation-list {
      3     float: left;
      4 
      5     @media only screen and (max-width: 768px) {
      6       left: 0;
      7       right: auto;
      8     }
      9 
     10     .navigation-item {
     11       float: right;
     12     }
     13   }
     14 
     15   .menu-button {
     16     @media only screen and (max-width: 768px) {
     17       float: left;
     18     }
     19   }
     20 }