Add content-visibility class

This commit is contained in:
Jon Staab
2026-02-18 16:37:55 -08:00
parent 2f487705c3
commit 5a2b5f43b8
8 changed files with 15 additions and 7 deletions
+3 -1
View File
@@ -20,7 +20,9 @@
const h = getTagValue("h", event.tags)
</script>
<Link class="col-2 card2 bg-alt w-full cursor-pointer shadow-md" href={makeGoalPath(url, event.id)}>
<Link
class="cv col-2 card2 bg-alt w-full cursor-pointer shadow-md"
href={makeGoalPath(url, event.id)}>
<p class="text-2xl">{event.content}</p>
<Content
event={{content: summary, tags: event.tags}}