Skip to content

Commit

Permalink
Merge pull request #61 from evanlucas/fixmobile
Browse files Browse the repository at this point in the history
style: make site more readable on mobile
  • Loading branch information
fhemberger committed Aug 30, 2015
2 parents 0fda2c9 + 485ad82 commit b8e98bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions layouts/css/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,17 @@ pre
article
margin-left 200px

@media screen and (max-width: 480px)
.has-side-nav
aside
width 100%
float none
article
margin-left 0px

pre
overflow-x scroll

.full-width
width 100%

Expand Down

0 comments on commit b8e98bd

Please sign in to comment.