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

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