Skip to content

Commit

Permalink
don’t indent lists so much on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
cobyism committed Jul 8, 2013
1 parent 57994ef commit a6c0fa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/css/style.css
Expand Up @@ -371,6 +371,12 @@ article {
font-size: 16px;
}

@media (max-width: 480px){
article ul {
padding-left: 20px;
}
}

@media (max-width: 568px){
article {
margin: 0;
Expand Down

0 comments on commit a6c0fa9

Please sign in to comment.