make dashboard elements smaller, add logo to login/register

This commit is contained in:
Gregor Vostrak
2024-03-14 22:57:35 +01:00
parent 5a733b17aa
commit 81e133528a
19 changed files with 66 additions and 42 deletions

View File

@@ -24,9 +24,9 @@ function dayFormat(date: string) {
</script>
<template>
<div class="px-4 py-2 grid grid-cols-3">
<div class="px-4 py-1.5 grid grid-cols-3">
<div class="flex items-center">
<p class="font-medium text-base text-white">
<p class="font-semibold text-sm text-white">
{{ dayFormat(date) }}
</p>
</div>