diff --git a/website/App.css b/website/App.css
index 2a2fb42..627aa21 100644
--- a/website/App.css
+++ b/website/App.css
@@ -72,6 +72,10 @@ a {
.search {
display: none;
}
+
+ .search-label {
+ display: none;
+ }
}
.nav {
@@ -88,8 +92,19 @@ a {
}
}
-.list {
+.jump-to {
+ margin: 0;
margin-top: 3rem;
+ font-size: 18px;
+ font-weight: bold;
+}
+
+.search-label {
+ margin-right: 1rem;
+ flex: 0 0 auto;
+}
+
+.list {
list-style-type: none;
padding: 0;
}
@@ -98,12 +113,6 @@ a {
margin-top: 0.5rem;
}
-.h2 {
- font-size: 18px;
- font-weight: bold;
- margin: 0;
-}
-
.nav-link {
color: #444;
text-decoration: none;
diff --git a/website/App.tsx b/website/App.tsx
index 57e8fce..9c35939 100644
--- a/website/App.tsx
+++ b/website/App.tsx
@@ -21,7 +21,9 @@ function App({ docs, readmeHtml }: Props) {
color2k
+