Navigation Menu

Skip to content

Commit

Permalink
Style code
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 6, 2015
1 parent d32a236 commit 9c6eee7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions css/screen.css
Expand Up @@ -15,15 +15,20 @@ body
}
}

pre,
code
{
background-color: #FAFAFA;
color: #000;
border: 1px solid #DDD;
}

pre
{
overflow: auto;
overflow-y: hidden;
padding: 20px;
background-color: #FAFAFA;
color: #000;
line-height: 120%;
border: 1px solid #DDD;
}

@media screen and (max-width: 640px)
Expand Down

0 comments on commit 9c6eee7

Please sign in to comment.