new style

This commit is contained in:
2025-11-28 18:15:43 +00:00
parent c528f3dadf
commit a776c852b2
5 changed files with 104 additions and 58 deletions

View File

@@ -7,16 +7,7 @@ import Footer from "@/components/Footer.vue";
<template>
<Navbar style="height: 10vh" />
<RouterView :class="$route.name" />
<RouterView />
<Footer style="height: 10vh" />
<Footer />
</template>
<style>
.home {
height: 80vh; /* takes full window height */
overflow: hidden; /* removes scrolling */
display: flex;
flex-direction: column;
}
</style>