Skip to content

Commit

Permalink
fix(content): adição de informações de contato no codigo de conduta
Browse files Browse the repository at this point in the history
  • Loading branch information
Elian-beep committed Apr 6, 2024
1 parent d1a236f commit 7bfb8d4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion src/pages/CodigoConduta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ export function CodigoConduta() {
<p className="mt-6 text-lg leading-loose">
Se você se sentiu assediado, discriminado indevidamente ou humilhado,
ou presenciou alguma destas atitudes, por favor entre em contato com a
Equipe de Resposta.
Equipe de Resposta. Para isso basta nos escrever no email{' '}
<a className="hover:underline" href="mailto:msm.ecp19@uea.edu.br">
pynorteam@gmail.com
</a>{' '}
com o assunto &quot;Violação do Código de Conduta&quot; relatando o
ocorrido.
</p>
<p className="mt-6 text-lg leading-loose">
Havendo um relato de violação destes princípios, a Equipe de Resposta
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Landing.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export function Landing() {
return (
<div className="flex min-h-screen w-full items-center justify-center text-8xl font-bold">
<div className="flex min-h-screen w-full items-center justify-center font-bold sm:text-lg 2xl:text-8xl">
🔧Em construção...
</div>
)
Expand Down
7 changes: 7 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ export default {
},
},
},
screens: {
'sm': '640px',
'md': '768px',
'lg': '1024px',
'xl': '1280px',
'2xl': '1536px',
}
},
plugins: [],
};

0 comments on commit 7bfb8d4

Please sign in to comment.