From d4e196035c2f19d95ed378377325aa274c85a1dc Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Tue, 6 Jun 2017 12:41:38 +0200 Subject: [PATCH] build(aio): update features and presskit marketing pages --- aio/content/marketing/features.html | 4 ++++ aio/content/marketing/presskit.html | 9 ++++++--- aio/src/styles/1-layouts/_marketing-layout.scss | 5 ++++- aio/src/styles/2-modules/_presskit.scss | 10 ++++++++++ 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/aio/content/marketing/features.html b/aio/content/marketing/features.html index 8c990d30dc..5986dd894f 100755 --- a/aio/content/marketing/features.html +++ b/aio/content/marketing/features.html @@ -1,3 +1,7 @@ +
+ +
+
diff --git a/aio/content/marketing/presskit.html b/aio/content/marketing/presskit.html index 37ad1c156e..2453a5f416 100644 --- a/aio/content/marketing/presskit.html +++ b/aio/content/marketing/presskit.html @@ -1,5 +1,8 @@ -

Press Kit

-
+
+ +
+ +
@@ -189,4 +192,4 @@
-
+
diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss index 060f32f31d..e571161c3b 100644 --- a/aio/src/styles/1-layouts/_marketing-layout.scss +++ b/aio/src/styles/1-layouts/_marketing-layout.scss @@ -263,7 +263,7 @@ button.hero-cta { } aio-shell { - &.page-resources, &.page-events, &.page-contribute { + &.page-resources, &.page-events, &.page-features, &.page-presskit, &.page-contribute { section { padding: 0rem 0rem 3rem; } @@ -456,3 +456,6 @@ header.bckground-sky.l-relative { } } } +.page-features .marketing-banner { + margin-bottom: 20px; +} diff --git a/aio/src/styles/2-modules/_presskit.scss b/aio/src/styles/2-modules/_presskit.scss index 6d9a57a8c7..57406cf456 100644 --- a/aio/src/styles/2-modules/_presskit.scss +++ b/aio/src/styles/2-modules/_presskit.scss @@ -1,4 +1,6 @@ .presskit-container { + padding: 0 32px 32px 32px; + h2 { color: #37474F; } @@ -71,4 +73,12 @@ } } } + + .presskit-row:first-child { + margin-top: 0; + + @media(max-width: 599px) { + margin-top: 48px; + } + } }