generated from Seekra/repository-template
Move .main-content container from the search view to App.vue
This commit is contained in:
+16
-3
@@ -5,8 +5,21 @@ import Footer from './features/footer/components/Footer.vue';
|
||||
|
||||
<template>
|
||||
<Navbar />
|
||||
|
||||
<router-view />
|
||||
|
||||
<div class="main-content">
|
||||
<router-view />
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.main-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
gap: 60px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user