fix: log page height issue

This commit is contained in:
2026-03-27 14:39:31 -04:00
parent 3de11c573f
commit 476e5b857d

View File

@@ -48,7 +48,7 @@ const currentUrl = Astro.url;
Welcome to my blog! Here, I share tutorials and insights on various topics. I hope you find the information helpful and engaging. If you have any questions or suggestions, feel free to reach out! Welcome to my blog! Here, I share tutorials and insights on various topics. I hope you find the information helpful and engaging. If you have any questions or suggestions, feel free to reach out!
</p> </p>
<div class="flex min-h-[calc(100vh-18rem)] flex-col gap-y-8 my-12"> <div class="flex flex-col gap-y-8 my-12">
<Search client:load searchList={searchList} initialPosts={page.data} /> <Search client:load searchList={searchList} initialPosts={page.data} />
</div> </div>