Skip to content

Commit a9a8522

Browse files
gibfahnjungx098
authored andcommitted
doc: reduce font size on smaller screens
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: nodejs#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>
1 parent 1cd2fec commit a9a8522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api_assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ th > *:last-child, td > *:last-child {
487487

488488
@media only screen and (max-width: 1024px) {
489489
#content {
490-
font-size: 2.5em;
490+
font-size: 1.6em;
491491
overflow: visible;
492492
}
493493
#column1.interior {

0 commit comments

Comments
 (0)