fix: reorder footer content to fix insufficient spacing between links, adjust desktop layout to prevent narrowing caused by native scrollbar

This commit is contained in:
radishzzz 2025-05-17 12:00:13 +01:00
parent 1c374367fd
commit 3ee10e2d18
6 changed files with 14 additions and 14 deletions

View file

@ -82,7 +82,7 @@ function getPostPath(post: Post) {
{isHome && (
<div
class="heti hidden"
lg="mt-2 block"
lg="mt-2.25 block"
>
<p>{generateDescription(post, 'list')}</p>
</div>