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:
Alexey Poimtsev
2025-06-05 08:46:32 +03:00
committed by GitHub
parent de8da9e37a
commit 21bcca85ac
+1 -1
View File
@@ -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>