Skip to content

Commit

Permalink
Fixing tablet content width.
Browse files Browse the repository at this point in the history
  • Loading branch information
longda committed Nov 16, 2014
1 parent fedcf8b commit 85d61bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,16 @@ a img {
margin-bottom: 1.5em;
}

@media only screen and (min-width: 40em) {
#page-content section {
width: 27.625em;
}

#page-content .page-title {
width: 41.5em;
}
}

@media only screen and (min-width: 64.063em) {
#page-content section {
width: 26.625em;
Expand Down

0 comments on commit 85d61bf

Please sign in to comment.