fix(frontend): Fouten door de merge van dev opgelost.

This commit is contained in:
Gerald Schmittinger 2025-03-25 10:05:31 +01:00
parent 858f4c3694
commit 18616450cf
4 changed files with 97 additions and 105 deletions

View file

@ -296,7 +296,6 @@
</li>
</div>
</nav>
<router-view />
</main>
</template>
@ -352,16 +351,4 @@
nav a.router-link-active {
font-weight: bold;
}
@media (max-width: 700px) {
.menu {
display: none;
}
}
@media (min-width: 701px) {
.menu_collapsed {
display: none;
}
}
</style>