Skip to content

Commit

Permalink
chore: clean up home page
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Oct 8, 2024
1 parent 2d62257 commit 277beb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions docs/.vitepress/theme/components/HeroVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ onMounted(() => {
},
);
});
onMounted(() => {
document.documentElement.classList.add("home");
});
onUnmounted(() => {
document.documentElement.classList.remove("home");
});
</script>

<template>
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@
max-width: 1200px;
}

.home .VPNav .container {
.VPNavBar.home .container {
max-width: 100%;
}

0 comments on commit 277beb9

Please sign in to comment.