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

@ -51,7 +51,7 @@ const fontStyle = themeConfig.global.fontStyle === 'serif' ? 'font-serif' : 'fon
<main class="col-start-1 row-start-1">
<slot />
</main>
<Footer class="mt-12 block lg:hidden" />
<Footer class="mt-13 block lg:hidden" />
</div>
<!-- fix position issue on ios -->