switch .section and .container

This commit is contained in:
Jörn-Michael Miehe 2023-09-16 00:56:58 +00:00
parent 411d1492f4
commit b4a4a3990b

View file

@ -15,12 +15,12 @@
</div>
</section>
<div class="container">
<section class="section">
<div class="container">
<AdminView v-if="is_admin" />
<UserView v-else />
</section>
</div>
</section>
</template>
<script lang="ts">