Fix translations

This commit is contained in:
2021-04-18 13:44:04 +02:00
parent 5c598a4be5
commit 390076bd6a
7 changed files with 7 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
<h2 class="font-bold text-3xl">
{{ $t('blog.latest') }}
</h2>
<p class="text-gray-700 dark:text-gray-400 text-xl md:w-2/3 mt-4">
<p class="text-gray-700 dark:text-gray-400 text-xl lg:w-2/3 mt-4">
{{ $t('blog.description') }}
</p>
</div>

View File

@@ -20,7 +20,6 @@
</template>
<script lang="ts">
import {computed} from "@nuxtjs/composition-api";
interface ProjectProp {