improved subNav for matches

This commit is contained in:
cnachtigall1991
2021-10-16 12:52:26 +02:00
parent d6e862a5a1
commit f306b07f3e
4 changed files with 48 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
</header>
<main>
<div class="spacer"></div>
<router-view/>
<router-view name="main" />
</main>
<footer class="mt-auto">
<Footer />
@@ -24,4 +24,4 @@ export default {
.spacer {
height: 70px;
}
</style>
</style>