Skip to content

Commit 95072fd

Browse files
committed
styling
1 parent 239e0b0 commit 95072fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/discovery/rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link>https://keyyard.xyz/discovery/tcvm</link>
1616
<guid>https://keyyard.xyz/discovery/tcvm</guid>
1717
<pubDate>Mon, 06 Oct 2025 00:00:00 GMT</pubDate>
18-
<description><![CDATA[first post!]]></description>
18+
<description><![CDATA[Tree Capitator and Vein Miner Addon Mod for Minecraft.]]></description>
1919
</item>
2020
</channel>
2121
</rss>

src/components/discovery/DiscoveryCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function DiscoveryCard({ post }: Props) {
2424
<h3 className="project-title">
2525
<span className="text-lg font-semibold">{post.title}</span>
2626
</h3>
27-
<h4 className="project-subtitle">{post.description}</h4>
27+
<p className="project-subtitle">{post.description}</p>
2828
<div className="mt-3 flex flex-wrap gap-2">
2929
{post.tags?.map((t) => (
3030
<span key={t} className="text-xs bg-gray-700 text-gray-200 px-2 py-1 rounded">

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
}
210210

211211
.project-subtitle {
212-
@apply text-xs leading-3 mb-2 text-text-light;
212+
@apply text-xs mb-2 text-text-light;
213213
}
214214

215215
.project-description {

0 commit comments

Comments
 (0)