style
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Martti Malmi 2023-12-08 13:30:55 +02:00
parent 74bc8bafda
commit bee8498283

View File

@ -87,7 +87,7 @@ export function Header() {
{!isRootTab && (
<div
onClick={scrollUp}
className="cursor-pointer flex-1 text-center p-2 overflow-hidden whitespace-nowrap truncate text-lg">
className="cursor-pointer flex-1 text-center p-2 overflow-hidden whitespace-nowrap truncate md:text-lg">
{title}
</div>
)}