Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
fix direction nodejs#1970
Browse files Browse the repository at this point in the history
  • Loading branch information
Aissaoui-Ahmed committed Jan 1, 2019
1 parent f62526d commit 80e7b17
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions layouts/css/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,17 @@ a:hover .color-lightgray

& *:first-child
margin-top 0.5rem

html[dir="rtl"]
.has-side-nav
aside
float right

article
margin-right 220px
margin-left 0px

@media screen and (max-width: 480px)
.has-side-nav
article
margin-right 0px

0 comments on commit 80e7b17

Please sign in to comment.