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 {