From d4892065300f9a5c417323d4492aa349615b5fac Mon Sep 17 00:00:00 2001 From: captainill Date: Mon, 14 Dec 2015 12:40:21 -0800 Subject: [PATCH] smaller font-size in doc headers for readability with var names as titles --- website/source/assets/stylesheets/_docs.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/source/assets/stylesheets/_docs.scss b/website/source/assets/stylesheets/_docs.scss index 017ea474a..5f2b07021 100755 --- a/website/source/assets/stylesheets/_docs.scss +++ b/website/source/assets/stylesheets/_docs.scss @@ -202,7 +202,9 @@ body.layout-intro{ h1{ color: $purple; + font-size: 36px; text-transform: uppercase; + word-wrap: break-word; padding-bottom: 24px; margin-top: 40px; margin-bottom: 24px; @@ -219,7 +221,6 @@ body.layout-intro{ } } - @media (max-width: 992px) { body.layout-docs, body.layout-inner, @@ -280,6 +281,7 @@ body.layout-intro{ .bs-docs-section{ h1{ + font-size: 32px; padding-top: 24px; border-top: 1px solid #eeeeee; } @@ -293,7 +295,7 @@ body.layout-intro{ } h1{ - font-size: 32px; + font-size: 28px; } } }