Skip to content

Commit

Permalink
fixup! make the text bigger on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Apr 4, 2016
1 parent c38d062 commit 662a561
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 7 additions & 3 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ th > *:last-child, td > *:last-child {

@media only screen and (max-width: 1024px) {
#content {
font-size: 2.5em;
overflow: visible;
}
#column1.interior {
Expand All @@ -464,10 +465,13 @@ th > *:last-child, td > *:last-child {
width: auto;
overflow-y: visible;
}
pre {
margin-right: 0;
}
#column2 {
display: none;
}
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
#content {
font-size: 3.5em;
}
}
1 change: 0 additions & 1 deletion doc/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>__SECTION__ Node.js __VERSION__ Manual &amp; Documentation</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic">
<link rel="stylesheet" href="assets/style.css">
Expand Down

0 comments on commit 662a561

Please sign in to comment.