#85773 header text made regular not bold

This commit is contained in:
Valery Kovalev 2021-04-30 17:36:07 +03:00
parent 7c46febc27
commit 6fe28a18ed
2 changed files with 6 additions and 5 deletions

View File

@ -34,6 +34,9 @@ THE SOFTWARE.
.container {
h3 {
@include font-medium;
}
p {
font-size: medium;
}

View File

@ -26,12 +26,10 @@ THE SOFTWARE.
<template>
<div class="all do-bulma">
<Header class="b-text" :title="$t('templates.app.title')">
<template #description>
{{ $t('templates.app.description') }}
<Header :title="$t('templates.app.title')">
<template #header>
<p>{{ $t('templates.app.description') }}</p>
</template>
<!-- <template #header>
</template> -->
<!-- <template #buttons>
<VueSelect v-model="lang"
:options="i18nPacks"