better title proportions

This commit is contained in:
2022-01-25 21:42:04 +01:00
parent 1952e4aa5a
commit c3c2fd30f0
5 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<template>
<h3>{{ $t('my_tasks.title_warning') }}</h3>
<h2>{{ $t('my_tasks.title_warning') }}</h2>
<tab-table>
<template v-slot:thead>
@@ -9,7 +9,7 @@
</template>
</tab-table>
<h3>{{ $t('my_tasks.title_alert') }}</h3>
<h2>{{ $t('my_tasks.title_alert') }}</h2>
<tab-table>
<template v-slot:thead>
</template>