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

@@ -38,7 +38,7 @@ withDefaults(defineProps<Props>(), {
/>
</div>
<div class="sm:col-span-7 p-5">
<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-2">
@@ -56,7 +56,7 @@ withDefaults(defineProps<Props>(), {
</template>
</div>
</div>
<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>