diff --git a/aio/content/marketing/features.html b/aio/content/marketing/features.html index 2c681add8c..d3a15c3c92 100755 --- a/aio/content/marketing/features.html +++ b/aio/content/marketing/features.html @@ -104,6 +104,10 @@ -
Get Started
+
+ +
diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss index 864bc6e085..e9f108e1fc 100644 --- a/aio/src/styles/1-layouts/_marketing-layout.scss +++ b/aio/src/styles/1-layouts/_marketing-layout.scss @@ -304,6 +304,11 @@ aio-shell { } } +.cta-bar.announcement-bar { + background: none; + box-shadow: none; +} + .text-headline { font-size: 20px; margin-top: 10px;