From 6259f31b5062f700c89d8812e0c528cb157bf579 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Wed, 5 Mar 2025 21:11:27 +0000 Subject: [PATCH] update: back button size and position --- src/components/MobileHeader.astro | 2 +- src/pages/posts/[slug].astro | 6 +++--- src/styles/heti.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/MobileHeader.astro b/src/components/MobileHeader.astro index cf2fe97..b4e8441 100644 --- a/src/components/MobileHeader.astro +++ b/src/components/MobileHeader.astro @@ -14,7 +14,7 @@ const marginBottom = { }[titleSpace] || 'mb-2.875' --- -
+

-
+

@@ -51,7 +51,7 @@ const { Content, remarkPluginFrontmatter } = await post.render() {post.data.tags && post.data.tags.length > 0 && ( -
+
{post.data.tags.map(tag => ( diff --git a/src/styles/heti.css b/src/styles/heti.css index 5a812e4..71401da 100644 --- a/src/styles/heti.css +++ b/src/styles/heti.css @@ -115,7 +115,7 @@ font-weight:600 } .heti .post-title { - --at-apply: 'mt-2.75 c-primary mb-2.375 font-bold text-9 leading-12'; + --at-apply: 'mt-2 c-primary mb-2 font-bold text-9 leading-12'; line-height:48px } .heti h1 {