We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d701ea commit 689360aCopy full SHA for 689360a
1 file changed
src/components/cards/BlogCard.svelte
@@ -12,8 +12,8 @@
12
let { id, title, preview, tags, createdAt }: BlogCardProps = $props();
13
</script>
14
15
-<div class="border-yellow space-y-2 rounded-lg border p-5 max-md:p-3">
16
- <h3 class="text-3xl font-semibold max-md:text-2xl">
+<div class="border-yellow space-y-2.5 max-md:space-y-2 rounded-lg border p-5 max-md:p-3">
+ <h3 class="text-2xl font-semibold max-md:text-xl">
17
<a class="hover:text-yellow-light transition-colors" href={`/blog/${id}`}>{title}</a>
18
</h3>
19
<p class="text-yellow-light">
0 commit comments