Fix image

This commit is contained in:
2021-08-17 21:03:41 +02:00
parent d98df4f86f
commit d0da6310ac
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<template>
<h1 class="mt-16 md:mt-32 font-bold text-3xl md:text-5xl mr-2 inline mb-4 border-b-3 border-solid border-indigo-600">
<h1 class="mt-16 font-bold text-3xl md:text-5xl mr-2 inline mb-4 border-b-3 border-solid border-indigo-600">
{{ this.$t(title) }}
</h1>
</template>

View File

@@ -1,9 +1,9 @@
<template>
<section class="flex flex-col 2xl:flex-row justify-center items-center py-8">
<div class="lg:mr-12">
<img class="logo-img rounded-full my-5" src="~/assets/images/memojies/Hey.png" alt="It's me !" />
<section class="flex flex-col justify-center items-center py-8">
<div>
<img class="logo-img rounded-full my-5" src="~/assets/images/memojies/Hey.png" alt="A picture of myself" />
</div>
<div class="ml-2 text-lg leading-6 text-justify dark:text-gray-400 text-gray-700">
<div class="text-lg leading-6 text-justify dark:text-gray-400 text-gray-700">
<p>{{ $t('about.banner.hello') }} <span class="text-indigo-600 font-bold">Arthur DANJOU</span> 👋.</p> <br/>
<p>{{ $t('about.banner.1')}}</p> <br/>
<p>{{ $t('about.banner.2') }}</p> <br/>

View File

@@ -1 +0,0 @@
import 'virtual:windi.css'