From d5e1854d7bffb88a91905ddd08b20d915a354dae Mon Sep 17 00:00:00 2001 From: connors Date: Fri, 28 Feb 2014 10:25:39 -0800 Subject: [PATCH] comments --- sass/docs.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sass/docs.scss b/sass/docs.scss index cde1934..985dc6f 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -286,6 +286,8 @@ body { color: #fff; line-height: 38px; } + +// Desktop header content @media screen and (min-width: 768px) { .docs-header-content { top: 30%; @@ -381,6 +383,8 @@ body { opacity: .7; } } + +// Desktop: Left align the text @media screen and (min-width: 768px) { .docs-sub-content { margin-right: 380px; @@ -391,6 +395,7 @@ body { // Content sections // -------------------------------------------------- + .docs-section { padding-top: 80px; padding-bottom: 80px; @@ -409,6 +414,8 @@ body { color: #777; font-weight: 100; } + +// Desktop: Section headings @media screen and (min-width: 768px) { .section-heading { margin-top: 50px; @@ -420,6 +427,7 @@ body { } } + // Steps // -------------------------------------------------- @@ -564,6 +572,7 @@ body { overflow: hidden; } + // Platform toggle // -------------------------------------------------- @@ -599,6 +608,7 @@ body { } } + // Example devices // -------------------------------------------------- @@ -651,6 +661,7 @@ body { } } + // Components // -------------------------------------------------- @@ -902,6 +913,7 @@ code { } } + // Example device // --------------------------------------------------