new style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user