better title proportions

This commit is contained in:
Mathieu Jaumotte 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> <template>
<h3>{{ $t('my_accompanying_courses.title') }}</h3> <h2>{{ $t('my_accompanying_courses.title') }}</h2>
<tab-table> <tab-table>
<template v-slot:thead> <template v-slot:thead>
</template> </template>

View File

@ -1,5 +1,5 @@
<template> <template>
<h3>{{ $t('my_evaluations.title') }}</h3> <h2>{{ $t('my_evaluations.title') }}</h2>
<tab-table> <tab-table>
<template v-slot:thead> <template v-slot:thead>
</template> </template>

View File

@ -1,5 +1,5 @@
<template> <template>
<h3>{{ $t('my_notifications.title') }}</h3> <h2>{{ $t('my_notifications.title') }}</h2>
<tab-table> <tab-table>
<template v-slot:thead> <template v-slot:thead>
<th scope="col">#</th> <th scope="col">#</th>

View File

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

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="accompanying_course_work"> <div class="accompanying_course_work">
<h3>{{ $t('my_works.title') }}</h3> <h2>{{ $t('my_works.title') }}</h2>
<tab-table> <tab-table>
<template v-slot:thead> <template v-slot:thead>
<th scope="col">#</th> <th scope="col">#</th>