make lighthouse score high

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-14 03:30:23 +06:00
parent e772004ba0
commit ffd3310fc8
9 changed files with 515 additions and 14 deletions

View File

@@ -48,13 +48,13 @@ withDefaults(defineProps<Props>(), {
</template>
</div>
</div>
<h2 class="text-2xl font-semibold text-black pb-1 group-hover:text-sky-600">
<h2 class="text-2xl font-semibold text-black pb-1 group-hover:text-sky-700">
{{ title }}
</h2>
<p class="text-ellipsis line-clamp-3">
{{ description }}
</p>
<div class="flex group-hover:underline text-sky-600 items-center pt-2">
<div class="flex group-hover:underline text-sky-700 items-center pt-2">
<p>Read More</p>
<LogoArrow />
</div>