fix: Prevent nav logo and title overlap on mobile
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
kkfluous
2026-03-30 21:25:27 +08:00
co-authored by Claude Opus 4.6
parent c159131bba
commit 06ec418806
+1 -1
View File
@@ -57,7 +57,7 @@ const Navbar = () => {
</div>
{/* Center: Title */}
<div className="absolute left-1/2 -translate-x-1/2 flex items-center whitespace-nowrap">
<div className="flex items-center whitespace-nowrap md:absolute md:left-1/2 md:-translate-x-1/2">
<span className="text-xl md:text-2xl font-bold tracking-tight text-slate-900">OneOS <span className="text-brand">Solutions</span></span>
</div>