Skip to content

Commit 8a1b2b4

Browse files
gibfahnitaloacasas
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: #11695 Fixes: https://github.com/nodejs/nodejs.org#919 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent 5bea8b4 commit 8a1b2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api_assets/style.css

+1-1
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)