diff --git a/aio/src/app/app.component.html b/aio/src/app/app.component.html
index fde39a7a93..5775bd9a1f 100644
--- a/aio/src/app/app.component.html
+++ b/aio/src/app/app.component.html
@@ -52,7 +52,7 @@
-
diff --git a/aio/src/index.html b/aio/src/index.html
index 43c59b416f..5d9ccd10fa 100644
--- a/aio/src/index.html
+++ b/aio/src/index.html
@@ -93,7 +93,7 @@
-
+
One framework.
Mobile & desktop.
diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss
index f90c0ec4ec..2d15939a79 100644
--- a/aio/src/styles/1-layouts/_marketing-layout.scss
+++ b/aio/src/styles/1-layouts/_marketing-layout.scss
@@ -268,13 +268,13 @@ section#intro {
aio-shell {
&.page-resources, &.page-events, &.page-features, &.page-presskit, &.page-contribute {
- section {
+ main {
padding: 0rem 0rem 3rem;
}
}
&.page-home {
- section {
+ main {
padding: 0;
}
}
diff --git a/aio/src/styles/2-modules/_notification.scss b/aio/src/styles/2-modules/_notification.scss
index 78a6cde583..35121b27d9 100644
--- a/aio/src/styles/2-modules/_notification.scss
+++ b/aio/src/styles/2-modules/_notification.scss
@@ -89,7 +89,7 @@ aio-notification {
}
&.page-home, &.page-resources, &.page-events, &.page-features, &.page-presskit, &.page-contribute {
- section {
+ main {
padding-top: $notificationHeight;
}
}
Mobile & desktop.