diff --git a/packages/website/_includes/default.html b/packages/website/_includes/default.html index 59156ba..d7224a3 100644 --- a/packages/website/_includes/default.html +++ b/packages/website/_includes/default.html @@ -165,7 +165,7 @@ color: #a7a1bd; padding: 2em 1em; margin-bottom: 2em; - min-height: 97vh; + min-height: 97vh;` } .hero a { color: rgba(255,255,255,0.8); @@ -365,11 +365,14 @@ @media (min-width: 1200px) { .hero { display: flex; - justify-content: center; + justify-content: space-between; align-items: center; margin-bottom: 2em; padding: 3em; } + .header { + max-width: min-content; + } } @media (min-width: 751px) { :root {