Mobile menu: fix text size
This commit is contained in:
parent
8d63bf5e11
commit
82f4bd1c63
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ export function HeaderButton(props: HeaderButtonProps) {
|
||||||
return (
|
return (
|
||||||
<Link href={href} className="flex h-full w-full bg-navbar-color sm:h-auto">
|
<Link href={href} className="flex h-full w-full bg-navbar-color sm:h-auto">
|
||||||
<div className="group flex w-full flex-row items-center justify-center border-t-2 border-solid border-navbar-text-color p-4 md:border-none">
|
<div className="group flex w-full flex-row items-center justify-center border-t-2 border-solid border-navbar-text-color p-4 md:border-none">
|
||||||
<Icon className="h-10 w-10 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6" />
|
<Icon className="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6" />
|
||||||
<span className="font-roboto pl-1 text-center text-4xl font-bold text-text-color transition duration-500 group-hover:text-text-hover-color md:text-lg">
|
<span className="font-roboto pl-1 text-center text-3xl font-bold text-text-color transition duration-500 group-hover:text-text-hover-color md:text-lg">
|
||||||
{t(translationKey)}
|
{t(translationKey)}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue