From f8dabda75be6f6cd37463a2633d86fbed929d64b Mon Sep 17 00:00:00 2001 From: N-Shar-ma Date: Thu, 7 Oct 2021 06:04:38 +0530 Subject: [PATCH] Updated position and content of news banner Signed-off-by: N-Shar-ma --- microsite/pages/en/index.js | 24 +++++++++++++++--------- microsite/static/css/custom.css | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/microsite/pages/en/index.js b/microsite/pages/en/index.js index 56b6c122ae..45d8c3cdfa 100644 --- a/microsite/pages/en/index.js +++ b/microsite/pages/en/index.js @@ -20,6 +20,21 @@ class Index extends React.Component { return (
+ + + + 🚀Feature updates!{' '} + + Software Templates + + {' '}and{' '} + + TechDocs + + {' '}are now in beta. + + + @@ -54,15 +69,6 @@ class Index extends React.Component { - - - 🎉 New feature: Kubernetes for service owners.{' '} - - Learn more. - - - - diff --git a/microsite/static/css/custom.css b/microsite/static/css/custom.css index 393a5af118..19bf5c9590 100644 --- a/microsite/static/css/custom.css +++ b/microsite/static/css/custom.css @@ -1097,7 +1097,7 @@ code { max-width: 1430px; height: 0; - margin: -14px auto 14px auto; + margin: calc(55px - 1vw) auto 14px auto; } .Banner__DismissButton {