fix: remove duplicate dates on articles
This commit is contained in:
parent
78b0780e12
commit
8eb41f8fa4
28 changed files with 230 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue