diff --git a/website/index.html b/website/index.html index 64bcb284..c3540019 100644 --- a/website/index.html +++ b/website/index.html @@ -117,15 +117,17 @@
- - - - +
+ + + + +
diff --git a/website/style.css b/website/style.css index 5959c305..e9c8fb1d 100644 --- a/website/style.css +++ b/website/style.css @@ -2212,6 +2212,10 @@ input[type="search"]::-webkit-search-results-decoration { margin-bottom: 0px; } + .md\:min-h-\[420px\]{ + min-height: 420px; + } + .md\:max-w-4xl{ max-width: 56rem; }