Skip to content

Commit

Permalink
doc: reduce font size on smaller screens
Browse files Browse the repository at this point in the history
The font size for tablet sized screens (or half a laptop screen) is
overly large, reduce it to a more readable size.

Fixes: nodejs/nodejs.org#919

PR-URL: #11695
Fixes: https://github.com/nodejs/nodejs.org#919
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
  • Loading branch information
gibfahn authored and MylesBorins committed Apr 19, 2017
1 parent 0acebb9 commit 0e13887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ th > *:last-child, td > *:last-child {

@media only screen and (max-width: 1024px) {
#content {
font-size: 2.5em;
font-size: 1.6em;
overflow: visible;
}
#column1.interior {
Expand Down

0 comments on commit 0e13887

Please sign in to comment.