Recommandations : taille de texte augmentée pour meilleure lisibilité
This commit is contained in:
parent
d5ca37cc45
commit
8427fb066e
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ const initials = author
|
||||||
---
|
---
|
||||||
|
|
||||||
<blockquote class="facet-card rounded-xl bg-white/[0.06] border border-white/[0.1] p-5 hover:bg-white/[0.1] transition-colors duration-200">
|
<blockquote class="facet-card rounded-xl bg-white/[0.06] border border-white/[0.1] p-5 hover:bg-white/[0.1] transition-colors duration-200">
|
||||||
<p class="text-sm text-white/70 leading-relaxed italic">
|
<p class="text-white/70 leading-relaxed italic">
|
||||||
"{truncated}"
|
"{truncated}"
|
||||||
</p>
|
</p>
|
||||||
<div class="mt-3 flex items-center gap-2.5">
|
<div class="mt-3 flex items-center gap-2.5">
|
||||||
|
|
@ -50,7 +50,7 @@ const initials = author
|
||||||
<span class="text-[10px] font-bold text-white/70">{initials}</span>
|
<span class="text-[10px] font-bold text-white/70">{initials}</span>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<cite class="not-italic text-xs">
|
<cite class="not-italic text-sm">
|
||||||
{url ? (
|
{url ? (
|
||||||
<a href={url} target="_blank" rel="noopener noreferrer" class="font-semibold text-white/90 hover:text-purple-200 transition-colors">
|
<a href={url} target="_blank" rel="noopener noreferrer" class="font-semibold text-white/90 hover:text-purple-200 transition-colors">
|
||||||
{author}
|
{author}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue