diff --git a/aio/content/marketing/about.html b/aio/content/marketing/about.html index 907ef4f9d6..c006ad27ff 100644 --- a/aio/content/marketing/about.html +++ b/aio/content/marketing/about.html @@ -1,9 +1,14 @@ -

Angular Contributors

-

Building For the Future

-

- Angular is built by a team of engineers who share a passion for making web development feel - effortless. We believe that writing beautiful apps should be joyful and fun. We're building a - platform for the future. -

+
+

Angular Contributors

+
- +
+

Building For the Future

+

+ Angular is built by a team of engineers who share a passion for making web development feel + effortless. We believe that writing beautiful apps should be joyful and fun. We're building a + platform for the future. +

+ + +
diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss index 41c27a1b58..9749258ed9 100644 --- a/aio/src/styles/1-layouts/_marketing-layout.scss +++ b/aio/src/styles/1-layouts/_marketing-layout.scss @@ -261,7 +261,13 @@ section#intro { } aio-shell { - &.page-resources, &.page-events, &.page-features, &.page-presskit, &.page-contribute { + &.page-about, + &.page-contribute, + &.page-events, + &.page-features, + &.page-home, + &.page-presskit, + &.page-resources { .sidenav-content { padding: 0 0 3rem; } @@ -269,11 +275,14 @@ aio-shell { &.page-home { .sidenav-content { - padding: 0; + padding-bottom: 0; } } - &.page-home, &.page-resources, &.page-contribute { + &.page-about, + &.page-contribute, + &.page-home, + &.page-resources { article { padding: 32px; diff --git a/aio/src/styles/2-modules/_notification.scss b/aio/src/styles/2-modules/_notification.scss index 4e1fc91837..c557f4ba75 100644 --- a/aio/src/styles/2-modules/_notification.scss +++ b/aio/src/styles/2-modules/_notification.scss @@ -91,7 +91,13 @@ aio-notification { } } - &.page-home, &.page-resources, &.page-events, &.page-features, &.page-presskit, &.page-contribute { + &.page-about, + &.page-contribute, + &.page-events, + &.page-features, + &.page-home, + &.page-presskit, + &.page-resources { mat-sidenav-container.sidenav-container { .sidenav-content { padding-top: $notificationHeight;