diff --git a/microsite/pages/en/index.js b/microsite/pages/en/index.js index 56b6c122ae..3804c45478 100644 --- a/microsite/pages/en/index.js +++ b/microsite/pages/en/index.js @@ -20,6 +20,20 @@ class Index extends React.Component { return (
+ + + 🚀 Feature updates!{' '} + + Software Templates + {' '} + and{' '} + + TechDocs + {' '} + are now in beta. + + + @@ -54,15 +68,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..ac432372b1 100644 --- a/microsite/static/css/custom.css +++ b/microsite/static/css/custom.css @@ -1094,10 +1094,27 @@ code { position: relative; overflow: visible; z-index: 100; - + margin: 25px auto 0 auto; max-width: 1430px; height: 0; - margin: -14px auto 14px auto; +} + +@media only screen and (max-width: 1024px) { + .Banner__Container { + margin-top: 20px; + } +} + +@media only screen and (max-width: 645px) { + .Banner__Container { + margin-top: 60px; + } +} + +@media only screen and (max-width: 335px) { + .Banner__Container { + margin-top: 90px; + } } .Banner__DismissButton {