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/app/app.component.spec.ts b/aio/src/app/app.component.spec.ts
index 328501569e..f57db5b5aa 100644
--- a/aio/src/app/app.component.spec.ts
+++ b/aio/src/app/app.component.spec.ts
@@ -1071,7 +1071,7 @@ describe('AppComponent', () => {
it('should set the id of the doc viewer container based on the current doc', () => {
initializeTest(false);
- const container = fixture.debugElement.query(By.css('section.sidenav-content'));
+ const container = fixture.debugElement.query(By.css('main.sidenav-content'));
navigateTo('guide/pipes');
expect(component.pageId).toEqual('guide-pipes');
@@ -1088,7 +1088,7 @@ describe('AppComponent', () => {
it('should not be affected by changes to the query', () => {
initializeTest(false);
- const container = fixture.debugElement.query(By.css('section.sidenav-content'));
+ const container = fixture.debugElement.query(By.css('main.sidenav-content'));
navigateTo('guide/pipes');
navigateTo('guide/other?search=http');
diff --git a/aio/src/app/custom-elements/announcement-bar/announcement-bar.component.ts b/aio/src/app/custom-elements/announcement-bar/announcement-bar.component.ts
index 6698ec19bb..5ffa318e30 100644
--- a/aio/src/app/custom-elements/announcement-bar/announcement-bar.component.ts
+++ b/aio/src/app/custom-elements/announcement-bar/announcement-bar.component.ts
@@ -46,7 +46,7 @@ export interface Announcement {
template: `
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;
}
}