style changes

This commit is contained in:
2025-12-09 17:27:54 +00:00
parent 2f27d07274
commit f6a46588ae
5 changed files with 176 additions and 55 deletions

View File

@@ -5,9 +5,9 @@ import Footer from "@/components/Footer.vue";
</script>
<template>
<Navbar style="height: 10vh" />
<Navbar style="height: 5vh" />
<RouterView />
<Footer />
<!-- <Footer style="height: 10vh" /> -->
</template>