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 {