feat: make buttontotop selective

This commit is contained in:
2022-08-10 11:05:20 -04:00
parent 9484692dfa
commit ef78861e16
5 changed files with 14 additions and 9 deletions

View File

@@ -25,7 +25,6 @@ useHead({ title: "Eggworld" });
</p>
</footer>
</div>
<ButtonToTop />
</template>
<style>
@@ -76,12 +75,6 @@ html.dark footer {
--footer-drop-color: black;
}
div#__nuxt {
/* we need an element with only one child */
display: grid;
grid-template-columns: auto 0px;
}
@media screen and (max-width: 600px) {
main {
width: 90%;