From a9f57876340d04d843a797e5593aa44a6cc2da0e Mon Sep 17 00:00:00 2001 From: Nayara Karine Date: Wed, 22 Apr 2026 12:00:39 -0300 Subject: [PATCH 1/2] =?UTF-8?q?feat(frontend):=20melhorias=20de=20responsi?= =?UTF-8?q?vidade=20e=20adapta=C3=A7=C3=A3o=20de=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - melhora adaptação em mobile e tablet - ajustes de layout em componentes principais - refinamento da responsividade geral da aplicação - adiciona logo.svg em public, de acordo com a logo atual do figma; - configura lang como pt-br no index.html --- frontend/index.html | 4 +-- frontend/public/logo.svg | 10 ++++++ frontend/src/App.tsx | 5 ++- frontend/src/components/JobsFiltersCard.tsx | 24 ++++++++------- frontend/src/components/JobsHeaderCard.tsx | 34 +++++++++++++++------ package-lock.json | 11 +++++++ 6 files changed, 62 insertions(+), 26 deletions(-) create mode 100644 frontend/public/logo.svg diff --git a/frontend/index.html b/frontend/index.html index 10ec633..92f37bc 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,9 +1,9 @@ - + - +