diff --git a/docs/overrides/home.html b/docs/overrides/home.html index e845cb636..a787c1a5a 100644 --- a/docs/overrides/home.html +++ b/docs/overrides/home.html @@ -107,6 +107,32 @@ .tx-hero h1 { font-size: 1.4rem } + + .tx-hero { + margin: 20px 1rem; + display: flex; + flex-direction: column; + text-align: center; + } + + .tx-hero__image { + width: 12rem; + height: 12rem; + padding-right: 0; + margin: 0 auto 1rem; + order: 0; + } + + .tx-hero__content { + padding-bottom: 2rem; + order: 1; + } + + .tx-hero .md-button { + display: inline-block; + margin: 0.5rem 0.25rem; + width: auto; + } } @media screen and (min-width:60em) {