fixed print styles
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
40d765adc1
commit
6b4fbb180a
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- Title block end -->
|
<!-- Title block end -->
|
||||||
|
|
||||||
<h1>{{ $t('sections.introduction.title') }},</h1>
|
<p>{{ $t('sections.introduction.title') }},</p>
|
||||||
<p>{{ $t('sections.introduction.description') }}</p>
|
<p>{{ $t('sections.introduction.description') }}</p>
|
||||||
<p>{{ $t('sections.introduction.terms') }}</p>
|
<p>{{ $t('sections.introduction.terms') }}</p>
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- Title block end -->
|
<!-- Title block end -->
|
||||||
|
|
||||||
<h1>{{ $t('sections.introduction.title') }},</h1>
|
<p>{{ $t('sections.introduction.title') }},</p>
|
||||||
<p>{{ $t('sections.introduction.description') }}</p>
|
<p>{{ $t('sections.introduction.description') }}</p>
|
||||||
|
|
||||||
<p>{{ $t('checkExtract') }}</p>
|
<p>{{ $t('checkExtract') }}</p>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- Title block end -->
|
<!-- Title block end -->
|
||||||
|
|
||||||
<h1>{{ $t('sections.introduction.title') }},</h1>
|
<p>{{ $t('sections.introduction.title') }},</p>
|
||||||
<p v-html="`${$t('sections.introduction.description')}:`"></p>
|
<p v-html="`${$t('sections.introduction.description')}:`"></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue