summaryrefslogtreecommitdiff
path: root/doc/api_assets
diff options
context:
space:
mode:
authorGibson Fahnestock <gibfahn@gmail.com>2017-03-05 16:24:41 +0000
committerFranziska Hinkelmann <franzih@chromium.org>2017-03-09 10:59:24 +0100
commit7c8bbe37b7a0e07a5754bc21cb00166240953f49 (patch)
treec579e7e49e88c2ad15780550263ae4653a1464b4 /doc/api_assets
parent47759429578952672ef9d1079412ed56aad77c4d (diff)
downloadandroid-node-v8-7c8bbe37b7a0e07a5754bc21cb00166240953f49.tar.gz
android-node-v8-7c8bbe37b7a0e07a5754bc21cb00166240953f49.tar.bz2
android-node-v8-7c8bbe37b7a0e07a5754bc21cb00166240953f49.zip
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>
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index 7889389f59..20845970fb 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -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 {