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:
Gibson Fahnestock 2017-03-05 16:24:41 +00:00 коммит произвёл Franziska Hinkelmann
Родитель 4775942957
Коммит 7c8bbe37b7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -487,7 +487,7 @@ th > *:last-child, td > *:last-child {
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1024px) {
#content { #content {
font-size: 2.5em; font-size: 1.6em;
overflow: visible; overflow: visible;
} }
#column1.interior { #column1.interior {