From 1e2b57de58ccee82ad1d5ce85d3f38cc53abedc2 Mon Sep 17 00:00:00 2001 From: Palmer Date: Mon, 15 Dec 2014 23:26:46 -0500 Subject: [PATCH] docs(app): replaces font px w/ % --- docs/app/assets/css/docs.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index 42c8e9b4..ed7c6f6c 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -1,16 +1,16 @@ body { font-family: 'Roboto', sans-serif; - font-size: 16px; + font-size: 85%; font-weight: 400; } h1 { - font-size: 40px; + font-size: 225%; font-weight: 400; } h2 { - font-size: 24px; + font-size: 185%; font-weight: 400; }