diff --git a/aio/content/marketing/index.html b/aio/content/marketing/index.html index 60b6aec13b..e2b7e13d19 100755 --- a/aio/content/marketing/index.html +++ b/aio/content/marketing/index.html @@ -13,7 +13,7 @@
The modern web
developer's platform
- Get Started + Get Started
diff --git a/aio/src/styles/_print.scss b/aio/src/styles/_print.scss index 60921bd6af..f2a430eacb 100644 --- a/aio/src/styles/_print.scss +++ b/aio/src/styles/_print.scss @@ -1,4 +1,5 @@ @use './constants'; +@use './mixins'; @media print { // General Adjustments @@ -78,6 +79,23 @@ overflow: visible; } + section#intro { + .hero-logo { + align-items: center; + background: none; + justify-content: center; + + &::after { + @include mixins.font-size(64); + @include mixins.line-height(100); + + color: constants.$brightred; + content: 'Angular'; + font-weight: bold; + } + } + } + .filetree { max-width: 100%; }