add responsive tables and time/client/member/tags index page

This commit is contained in:
Gregor Vostrak
2024-04-13 03:19:22 +02:00
parent 335a057ba1
commit 38535142b2
31 changed files with 83 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts"></script>
<template>
<div class="px-4 sm:px-6 lg:px-8 3xl:px-12 mx-auto">
<div class="px-3 sm:px-6 lg:px-8 3xl:px-12 mx-auto">
<slot></slot>
</div>
</template>