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