From 5bd9daf70d1f761159900297cae3bd4b2af8b2eb Mon Sep 17 00:00:00 2001 From: Rodrigo <230417@epvc.pt> Date: Tue, 17 Mar 2026 10:03:47 +0000 Subject: [PATCH] feat: initialize web application with Tailwind CSS configuration, global styles, Header component, and Landing page. --- web/src/components/layout/Header.tsx | 12 ++++++------ web/src/index.css | 8 ++++---- web/src/pages/Landing.tsx | 14 +++++++------- web/tailwind.config.cjs | 3 +++ 4 files changed, 20 insertions(+), 17 deletions(-) diff --git a/web/src/components/layout/Header.tsx b/web/src/components/layout/Header.tsx index 68b841e..054bd43 100644 --- a/web/src/components/layout/Header.tsx +++ b/web/src/components/layout/Header.tsx @@ -22,7 +22,7 @@ export const Header = () => { className="text-2xl font-black tracking-tighter text-slate-900 group flex items-center gap-2" onClick={() => setMobileMenuOpen(false)} > -