fix: remove duplicate dates on articles

This commit is contained in:
Troy 2025-04-10 10:48:00 +01:00
parent 78b0780e12
commit 8eb41f8fa4
Signed by: troy
GPG key ID: DFC06C02ED3B4711
28 changed files with 230 additions and 38 deletions

View file

@ -11,10 +11,10 @@ import icon from "public/assets/icon.png";
<div class="animate-reveal flex items-center justify-between opacity-0">
<div class="flex-1 space-y-1.5">
<h1
class="animate-reveal text-start text-3xl font-semibold break-words opacity-0"
class="animate-reveal flex flex-col text-start text-3xl font-semibold opacity-0 sm:block"
>
<span class="text-secondary">{CV.TITLE}</span><span
class="text-tertiary ml-2">{CV.DESCRIPTION}</span
<span class="text-secondary text-nowrap">{CV.TITLE}</span><span
class="text-tertiary sm:ml-2">{CV.DESCRIPTION}</span
>
</h1>
<p class="text-secondary/70 max-w-md text-pretty">Digital designer.</p><p