fix:#37 updated margins and mobile layout

This commit is contained in:
Elmar Kresse
2024-07-12 11:04:18 +02:00
parent 78472a42d6
commit c21402bbfd
3 changed files with 18 additions and 32 deletions

View File

@ -110,7 +110,7 @@ if (!import.meta.env.SSR)
<template>
<MenuBar />
<RouterView v-slot="{ Component, route }">
<RouterView v-slot="{ Component, route }" class="mb-8">
<transition name="scale" mode="out-in">
<div :key="route.name ?? ''" class="origin-near-top">
<component :is="Component" />