Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGecko committed Jun 14, 2021
1 parent ccc106f commit 1c226c0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/pages/DocumentationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -941,13 +941,7 @@
</v-expansion-panel>
</v-expansion-panels>
</section>





</article>

<v-divider></v-divider>

<article id="exports">
Expand Down Expand Up @@ -1273,6 +1267,9 @@ export default {
justify-content: flex-start;
height: 48px;
color: rgba(0, 0, 0, 0.54);
&:hover {
cursor: pointer;
}
&.level1 {
text-decoration: none;
}
Expand Down

0 comments on commit 1c226c0

Please sign in to comment.