diff --git a/material/overrides/home.html b/material/overrides/home.html index 7f58f552b..ab563f942 100644 --- a/material/overrides/home.html +++ b/material/overrides/home.html @@ -22,14 +22,28 @@ margin:0 } + .md-footer-copyright { + display:none + } + + .md-footer-nav__inner { + display:none + } + .md-content { display:none } + .md-footer-meta__inner { + align-content: center; + display: flex; + align-items: center; + justify-content: center + } + .tx-container { padding-top: 0rem; background:url("data:image/svg+xml;utf8,") no-repeat bottom,linear-gradient(to bottom,var(--md-primary-fg-color),#2a978d 99%,#fff 99%) - /*height: 700px;*/ } .tx-hero { @@ -44,7 +58,7 @@ } .tx-hero__content { - padding-bottom: 8rem; + padding-bottom: 9rem; justify-content: left; padding-right: 3rem; } @@ -78,7 +92,7 @@ .tx-container-2 { padding: 0rem; background-color: white; - margin-bottom: 50px; + margin-bottom: 0px; } .tx-hero__image-2 { @@ -130,9 +144,9 @@ } .tx-container-3 { - margin: 0px 0rem; + /*margin: 0px 0rem;*/ height: 590px; - background: linear-gradient(to bottom,var(--md-primary-fg-color),#02162f 99%,#fff 99%) + background: linear-gradient(to bottom,var(--md-primary-fg-color),#02162f 99%,#fff 99%); } .tx-hero__image-3 { @@ -196,6 +210,31 @@ } } + @media screen and (min-width:76.25em) { + .md-sidebar--primary { + display: none + } + + .top-hr { + width: 100%; + display: flex; + max-width: 61rem; + margin-right: auto; + margin-left: auto; + padding: 0 .2rem; + } + + .bottom-hr { + margin-top: 10px; + width: 100%; + display: flex; + max-width: 61rem; + margin-right: auto; + margin-left: auto; + padding: 0 .2rem; + } + } + .text-center { text-align: center; padding-right: 15px; @@ -394,8 +433,3 @@

Why Leverage?

{% endblock %} - -{% block content %}{% endblock %} - - -{% block footer %}{% endblock %}