mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
better title proportions
This commit is contained in:
parent
1952e4aa5a
commit
c3c2fd30f0
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<h3>{{ $t('my_accompanying_courses.title') }}</h3>
|
||||
<h2>{{ $t('my_accompanying_courses.title') }}</h2>
|
||||
<tab-table>
|
||||
<template v-slot:thead>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<h3>{{ $t('my_evaluations.title') }}</h3>
|
||||
<h2>{{ $t('my_evaluations.title') }}</h2>
|
||||
<tab-table>
|
||||
<template v-slot:thead>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<h3>{{ $t('my_notifications.title') }}</h3>
|
||||
<h2>{{ $t('my_notifications.title') }}</h2>
|
||||
<tab-table>
|
||||
<template v-slot:thead>
|
||||
<th scope="col">#</th>
|
||||
|
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="accompanying_course_work">
|
||||
<h3>{{ $t('my_works.title') }}</h3>
|
||||
<h2>{{ $t('my_works.title') }}</h2>
|
||||
<tab-table>
|
||||
<template v-slot:thead>
|
||||
<th scope="col">#</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user