Skip to content

Commit

Permalink
fix: melhorias na view geral
Browse files Browse the repository at this point in the history
  • Loading branch information
Jr Gouveia committed Aug 17, 2023
1 parent a0a55b0 commit 62afae5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Link from "next/link";

export default function Footer() {
return (
<footer className="text-center h-16 sm:h-20 w-full sm:pt-2 pt-4 border-t mt-3 flex sm:flex-row flex-col justify-between items-center px-3 space-y-3 sm:mb-0 mb-3">
<footer className="text-center h-15 sm:h-18 w-full sm:pt-2 pt-4 border-t mt-3 flex sm:flex-row flex-col justify-between items-center px-3 space-y-3 sm:mb-0 mb-1">
<div>
Powered by{" "}
<a
Expand Down
8 changes: 4 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ const Home: NextPage = () => {
</Head>
<Header />

<main className="flex flex-1 w-full flex-col items-center justify-center text-center px-4 mt-5 -mb-10 sm:mt-12">
<main className="flex flex-1 w-full flex-col items-center justify-center text-center px-4 mt-5 sm:mt-6 sm:-mb-10">
<br />
<p className="text-slate-500 -mt-5">
<p className="text-slate-500 -mt-6">
Otimize a sua busca por vagas no LinkedIn através da consulta booleana
e garanta as melhores oportunidades para o seu perfil
</p>
<div className="max-w-xl w-full">
<div className="flex mt-10 items-center space-x-3">
<div className="flex mt-7 items-center space-x-3">
<p className="text-left font-medium text-blue-600">1</p>
<p className="text-left font-medium">Em qual posição você atua:</p>
</div>
Expand Down Expand Up @@ -224,7 +224,7 @@ const Home: NextPage = () => {

{!loading && (
<button
className="bg-blue-600 rounded-xl text-white font-medium px-4 py-2 sm:mt-10 mt-8 hover:bg-blue-500 w-full"
className="bg-blue-600 rounded-xl text-white font-medium px-4 py-2 sm:mt-6 mt-8 hover:bg-blue-500 w-full"
onClick={(e) => generateBio(e)}
>
Gerar consulta ✨
Expand Down

0 comments on commit 62afae5

Please sign in to comment.