refactor: remove back button and adjust page detail styles

This commit is contained in:
radishzzz 2025-03-06 10:19:30 +00:00
parent d58cbcc786
commit fef42675c0
10 changed files with 11 additions and 45 deletions

View file

@ -30,7 +30,7 @@ const postsByYear = await getPostsByYear()
// Year Group
<section class="mb-7.5">
{/* Decorative Line */}
<div class="h-0.125 w-10 bg-secondary opacity-25"></div>
<div class="h-0.25 w-10 bg-secondary opacity-25"></div>
{/* Posts List */}
<ul>
{posts.map(post => (