make text small for mobile
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-31 19:09:19 +01:00
parent e30f6e8b07
commit 22337dffd1
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
alwaysApply: true
---
destaque
+1 -1
View File
@@ -175,7 +175,7 @@ export function TvoneMainColumns() {
<span className={`inline-block rounded px-2 py-0.5 text-[10px] font-bold uppercase tracking-wide ${item.catBg}`}> <span className={`inline-block rounded px-2 py-0.5 text-[10px] font-bold uppercase tracking-wide ${item.catBg}`}>
{item.cat} {item.cat}
</span> </span>
<h3 className="mt-2 text-base font-bold leading-snug text-neutral-900 md:text-lg group-hover:text-[#0066cc] "> <h3 className="mt-2 text-base text-sm font-bold leading-snug text-neutral-900 md:text-lg group-hover:text-[#0066cc] ">
{item.title} {item.title}
</h3> </h3>
<p className="mt-1 line-clamp-2 text-sm font-normal leading-relaxed text-neutral-600">{item.excerpt}</p> <p className="mt-1 line-clamp-2 text-sm font-normal leading-relaxed text-neutral-600">{item.excerpt}</p>