mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
fix: update heading alignment and font-size (#473)
* fix: update heading title to be smaller on mobile * fix: vertical alignment in heading title --------- Co-authored-by: satnaing <satnaingdev@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ const isActive = (path: string) => {
|
|||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href="/"
|
href="/"
|
||||||
class="absolute py-1 text-2xl leading-7 font-semibold whitespace-nowrap sm:static"
|
class="absolute py-1 text-xl leading-8 font-semibold whitespace-nowrap sm:static sm:my-auto sm:text-2xl sm:leading-none"
|
||||||
>
|
>
|
||||||
{SITE.title}
|
{SITE.title}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user