To v 16.1.1: merge card css classes

This commit is contained in:
2025-10-18 20:36:22 +07:00
parent c4016fe8f8
commit 91ee5eb3e4
11 changed files with 188 additions and 171 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<template>
<template v-if="project">
<NuxtLink class="project-card" :to="project?.path">
<NuxtLink class="card" :to="project?.path">
<img :src="project?.logo" :alt="project?.title + 's cover image'"/>
<div class="project-card-content">
<div class="card-content">
<h3 :title="project?.title">{{ project?.title }}</h3>
<p style="margin-block: 0.25em" :title="project?.description">{{ project?.description }}</p>
<p class="post-more-info" :title="useFormatDate(project?.dateUpdated)">📅 {{ useRelativeDate(project?.dateUpdated) }}</p>