diff --git a/assets/images/search.webm b/assets/images/search.webm new file mode 100644 index 000000000..b6fe94c3f Binary files /dev/null and b/assets/images/search.webm differ diff --git a/assets/styles/highlightjs.scss b/assets/styles/highlightjs.scss index da6b877cc..149c73d83 100644 --- a/assets/styles/highlightjs.scss +++ b/assets/styles/highlightjs.scss @@ -84,7 +84,8 @@ pre { border-width: 5px; border-radius: 2em; border-color: var(--color-brand); - + overflow-x: hidden; + code { line-height: 100%; padding: 0.2em; diff --git a/pages/index.vue b/pages/index.vue index 54b91ca17..517dec241 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -23,13 +23,10 @@

-
@@ -64,7 +61,7 @@
- logo +

Build

- logo +

Publish

- logo +

Earn

-const fetch = require('node-fetch');
+const fetch = require('node-fetch');
 fetch('https://api.modrinth.com/api/v1/mod').then(res => res.json()).then(data => {
     console.log(data);
     // hits: [Object {author: "mezz", author_url: …, …}, …]
@@ -180,10 +177,12 @@ fetch('https://api.modrinth.com/api/v1/mod').then(res => res.json()).then(data =