diff --git a/susconecta/app/profissional/page.tsx b/susconecta/app/profissional/page.tsx
index e6f130f..559dd8c 100644
--- a/susconecta/app/profissional/page.tsx
+++ b/susconecta/app/profissional/page.tsx
@@ -485,7 +485,7 @@ const ProfissionalPage = () => {
variant="outline"
size="sm"
onClick={goToToday}
- className="ml-4 px-3 py-1 text-sm transition-colors hover:bg-primary hover:text-white cursor-pointer"
+ className="w-full justify-start transition-colors hover:bg-primary hover:text-white cursor-pointer"
>
Hoje
diff --git a/susconecta/components/header.tsx b/susconecta/components/header.tsx
index 71ee7b0..9821b94 100644
--- a/susconecta/components/header.tsx
+++ b/susconecta/components/header.tsx
@@ -47,18 +47,19 @@ export function Header() {
-