mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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: https://github.com/nodejs/nodejs.org/issues/919 PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
committed by
Franziska Hinkelmann
parent
4775942957
commit
7c8bbe37b7
@@ -487,7 +487,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 {
|
||||
|
||||
Reference in New Issue
Block a user