Hotfixes from Trello, size, boxes, text, etc.
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 56s

This commit is contained in:
Antoni Nuñez Romeu
2026-03-20 01:05:49 +01:00
parent 445e1570b4
commit 16cb8c78ce
12 changed files with 67 additions and 27 deletions

View File

@@ -83,7 +83,7 @@ const Navbar = () => {
exit={{ opacity: 0, y: 30 }}
transition={{ delay: 0.1 * i }}
onClick={() => setMenuOpen(false)}
className="text-5xl pt-3 pb-6 leading-[1.6] font-display font-medium text-foreground hover:text-primary transition-colors"
className="text-3xl md:text-4xl lg:text-5xl pt-3 pb-6 break-words leading-[1.6] font-display font-medium text-foreground hover:text-primary transition-colors"
>
{link.label}
</motion.a>