build(aio): update features and presskit marketing pages

This commit is contained in:
Jesus Rodriguez 2017-06-06 12:41:38 +02:00 committed by Alex Rickabaugh
parent b8979c8701
commit d4e196035c
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,7 @@
<header class="marketing-banner">
<div class="banner-headline no-toc">Features</div>
</header>
<article class="l-content ">
<div class="flex-center">
<div>

View File

@ -1,5 +1,8 @@
<h1 class="no-toc">Press Kit</h1>
<div class="presskit-container l-space-neg-top-8">
<header class="marketing-banner">
<div class="banner-headline no-toc">Press kit</div>
</header>
<article class="presskit-container">
<div class="presskit-row">
<div class="presskit-inner">
<div>
@ -189,4 +192,4 @@
</div>
</div>
</div>
</div>
</article>

View File

@ -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;
}

View File

@ -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;
}
}
}