fix: log page height issue
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user