line clamp 1

This commit is contained in:
2025-11-17 17:59:50 +13:00
parent 21c5e15d90
commit 846cd79541

View File

@@ -15,7 +15,7 @@ const { id, title, description, tags, image } = Astro.props
<p id="recipe-name" class="text-[14pt] text-white opacity-90 font-bold line-clamp-1" >{title}</p>
<!-- <p id="recipe-desc" class="text-white text-[10pt]"> {recipe.description} </p> -->
<div id="tag-row" class="">
<div id="tag-row" class="line-clamp-1">
<TagRow tags={tags}/>
</div>
</div>